Index: chrome/app/chrome_main_mac.mm |
=================================================================== |
--- chrome/app/chrome_main_mac.mm (revision 99456) |
+++ chrome/app/chrome_main_mac.mm (working copy) |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/app/chrome_main.h" |
+#include "chrome/app/chrome_main_mac.h" |
#import <Cocoa/Cocoa.h> |
@@ -18,8 +18,6 @@ |
#include "chrome/common/chrome_paths_internal.h" |
#include "policy/policy_constants.h" |
-namespace chrome_main { |
- |
void CheckUserDataDirPolicy(FilePath* user_data_dir) { |
base::mac::ScopedNSAutoreleasePool pool; |
@@ -45,5 +43,3 @@ |
NSBundle* base_bundle = chrome::OuterAppBundle(); |
base::mac::SetBaseBundleID([[base_bundle bundleIdentifier] UTF8String]); |
} |
- |
-} // namespace chrome_main |