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

Unified Diff: chrome/browser/extensions/app_notify_channel_setup.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_setup.h
diff --git a/chrome/browser/extensions/app_notify_channel_setup.h b/chrome/browser/extensions/app_notify_channel_setup.h
index d15f376c10c7f9c5b44817bb88f1ee5a0da6fd6b..b9974a77d12a12ec12feead53fbb343c7ad90f71 100644
--- a/chrome/browser/extensions/app_notify_channel_setup.h
+++ b/chrome/browser/extensions/app_notify_channel_setup.h
@@ -17,9 +17,11 @@
#include "net/url_request/url_fetcher.h"
#include "net/url_request/url_fetcher_delegate.h"
-class AppNotifyChannelSetupTest;
class Profile;
+namespace extensions {
+class AppNotifyChannelSetupTest;
+
// This class uses the browser login credentials to setup app notifications
// for a given app.
//
@@ -173,4 +175,6 @@ class AppNotifyChannelSetup
DISALLOW_COPY_AND_ASSIGN(AppNotifyChannelSetup);
};
+} // namespace extensions
+
#endif // CHROME_BROWSER_EXTENSIONS_APP_NOTIFY_CHANNEL_SETUP_H_
« no previous file with comments | « chrome/browser/extensions/app_notification_test_util.cc ('k') | chrome/browser/extensions/app_notify_channel_setup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698