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

Unified Diff: chrome/browser/extensions/app_notify_channel_setup_unittest.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_notify_channel_setup_unittest.cc
diff --git a/chrome/browser/extensions/app_notify_channel_setup_unittest.cc b/chrome/browser/extensions/app_notify_channel_setup_unittest.cc
index a382f15d951e2f53d486101eb85244c6c43488a3..43ce39c75d822381c6171d329a28015e46a907b0 100644
--- a/chrome/browser/extensions/app_notify_channel_setup_unittest.cc
+++ b/chrome/browser/extensions/app_notify_channel_setup_unittest.cc
@@ -27,6 +27,8 @@ using content::BrowserThread;
using testing::_;
using testing::Return;
+namespace extensions {
+
namespace {
const int kRouteId = 4;
@@ -316,3 +318,5 @@ TEST_F(AppNotifyChannelSetupTest, SecondFetchAccessTokenSuccess) {
scoped_refptr<AppNotifyChannelSetup> setup = CreateInstance();
RunServerTest(setup, "dummy_do_not_use", "");
}
+
+} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/app_notify_channel_setup.cc ('k') | chrome/browser/extensions/app_notify_channel_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698