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_ |