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

Unified Diff: chrome/browser/lifetime/application_lifetime_stub.cc

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_stub.cc
diff --git a/chrome/browser/lifetime/application_lifetime_stub.cc b/chrome/browser/lifetime/application_lifetime_stub.cc
index 5d14c3201b35d0ba387fb0b6f59f0afafcad3f0b..3ed1f517eb6829f4a5dbe891c6ae5256ec606cf0 100644
--- a/chrome/browser/lifetime/application_lifetime_stub.cc
+++ b/chrome/browser/lifetime/application_lifetime_stub.cc
@@ -4,9 +4,9 @@
#include "chrome/browser/lifetime/application_lifetime.h"
-namespace browser {
+namespace chrome {
void HandleAppExitingForPlatform() {
}
-} // namespace browser
+} // namespace chrome
« no previous file with comments | « chrome/browser/lifetime/application_lifetime_mac.mm ('k') | chrome/browser/lifetime/application_lifetime_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698