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

Unified Diff: chrome/browser/extensions/app_notification.cc

Issue 10830036: Moved the AppNotification system into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq Created 8 years, 5 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/extensions/app_notification.cc
diff --git a/chrome/browser/extensions/app_notification.cc b/chrome/browser/extensions/app_notification.cc
index f89353e23b6ea251bd3355e3f63fb5c9984c53db..b9342ae99217a7d853a9845999ce5947e20a8de2 100644
--- a/chrome/browser/extensions/app_notification.cc
+++ b/chrome/browser/extensions/app_notification.cc
@@ -9,6 +9,8 @@
#include "base/string_number_conversions.h"
#include "base/memory/scoped_ptr.h"
+namespace extensions {
+
namespace {
const char* kIsLocalKey = "is_local";
@@ -153,3 +155,5 @@ AppNotificationList* CopyAppNotificationList(
}
return copy;
}
+
+} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/app_notification.h ('k') | chrome/browser/extensions/app_notification_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698