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

Unified Diff: chrome/browser/extensions/app_notification_manager_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_notification_manager_unittest.cc
diff --git a/chrome/browser/extensions/app_notification_manager_unittest.cc b/chrome/browser/extensions/app_notification_manager_unittest.cc
index 329e47f6cb7b437e309ab0ab1325d21db228b6c0..27c1ebf33b06dea0e076f0901f8686e1889b4fbb 100644
--- a/chrome/browser/extensions/app_notification_manager_unittest.cc
+++ b/chrome/browser/extensions/app_notification_manager_unittest.cc
@@ -18,10 +18,11 @@
#include "testing/gtest/include/gtest/gtest.h"
using content::BrowserThread;
-using extensions::Extension;
namespace util = app_notification_test_util;
+namespace extensions {
+
class AppNotificationManagerTest : public testing::Test {
public:
AppNotificationManagerTest()
@@ -127,3 +128,5 @@ TEST_F(AppNotificationManagerTest, ExtensionUninstall) {
EXPECT_EQ(NULL, mgr_->GetAll(id1));
util::ExpectListsEqual(list2, *mgr_->GetAll(id2));
}
+
+} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698