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

Unified Diff: chrome/browser/extensions/app_notify_channel_ui_android.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
Index: chrome/browser/extensions/app_notify_channel_ui_android.h
diff --git a/chrome/browser/extensions/app_notify_channel_ui_android.h b/chrome/browser/extensions/app_notify_channel_ui_android.h
index 93b8a480053bc65cfa2a4c1f11c0df93e9a66f1c..74485c3acea4543631f706271cf838cb3259f4f4 100644
--- a/chrome/browser/extensions/app_notify_channel_ui_android.h
+++ b/chrome/browser/extensions/app_notify_channel_ui_android.h
@@ -9,6 +9,8 @@
#include "base/compiler_specific.h"
#include "chrome/browser/extensions/app_notify_channel_ui.h"
+namespace extensions {
+
class AppNotifyChannelUIAndroid : public AppNotifyChannelUI {
public:
AppNotifyChannelUIAndroid();
@@ -20,4 +22,6 @@ class AppNotifyChannelUIAndroid : public AppNotifyChannelUI {
DISALLOW_COPY_AND_ASSIGN(AppNotifyChannelUIAndroid);
};
+} // namespace extensions
+
#endif // CHROME_BROWSER_EXTENSIONS_APP_NOTIFY_CHANNEL_UI_ANDROID_H_
« no previous file with comments | « chrome/browser/extensions/app_notify_channel_ui.h ('k') | chrome/browser/extensions/app_notify_channel_ui_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698