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

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

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
« no previous file with comments | « no previous file | chrome/browser/extensions/app_notification.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/app_notification.h
diff --git a/chrome/browser/extensions/app_notification.h b/chrome/browser/extensions/app_notification.h
index 97a39d54ab569cb5ebcc3fadaf38650e28ed53fa..9218bdc90f0aea180c16346ade60da22d71e0172 100644
--- a/chrome/browser/extensions/app_notification.h
+++ b/chrome/browser/extensions/app_notification.h
@@ -13,6 +13,8 @@
#include "base/values.h"
#include "googleurl/src/gurl.h"
+namespace extensions {
+
// This class is used to represent a notification for an installed app, to be
// displayed on the New Tab Page.
class AppNotification {
@@ -84,4 +86,6 @@ typedef std::vector<linked_ptr<AppNotification> > AppNotificationList;
// Caller owns the returned instance.
AppNotificationList* CopyAppNotificationList(const AppNotificationList& source);
+} // namespace extensions
+
#endif // CHROME_BROWSER_EXTENSIONS_APP_NOTIFICATION_H_
« no previous file with comments | « no previous file | chrome/browser/extensions/app_notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698