Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: chrome/browser/lifetime/application_lifetime_mac.mm

Issue 12096060: browser: Start moving application_lifetime.h functions into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/lifetime/application_lifetime_mac.mm
diff --git a/chrome/browser/lifetime/application_lifetime_mac.mm b/chrome/browser/lifetime/application_lifetime_mac.mm
index e067f32666c0294555e1d86b7aef2410f358eb5c..9408cfd17a02fbf6ebf3409897ddcca8f5af9e5c 100644
--- a/chrome/browser/lifetime/application_lifetime_mac.mm
+++ b/chrome/browser/lifetime/application_lifetime_mac.mm
@@ -12,7 +12,7 @@
#include "chrome/browser/browser_shutdown.h"
#import "chrome/browser/chrome_browser_application_mac.h"
-namespace browser {
+namespace chrome {
// At this point, the user is trying to quit (or the system is forcing the
// application to quit) and all browsers have been successfully closed. The
@@ -28,4 +28,4 @@ void HandleAppExitingForPlatform() {
object:NSApp];
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/lifetime/application_lifetime_gtk.cc ('k') | chrome/browser/lifetime/application_lifetime_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698