Browse Source

Add Browser namespace

Kevin Sawicki 8 years ago
parent
commit
afd5e51d6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      atom/browser/browser_linux.cc

+ 1 - 1
atom/browser/browser_linux.cc

@@ -60,7 +60,7 @@ bool Browser::SetBadgeCount(int count) {
 void Browser::SetLoginItemSettings(LoginItemSettings settings) {
 }
 
-LoginItemSettings Browser::GetLoginItemSettings() {
+Browser::LoginItemSettings Browser::GetLoginItemSettings() {
   return LoginItemSettings();
 }