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

Unified Diff: chrome/browser/extensions/app_notification_storage_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_storage_unittest.cc
diff --git a/chrome/browser/extensions/app_notification_storage_unittest.cc b/chrome/browser/extensions/app_notification_storage_unittest.cc
index 2f20ed541c723e225c394396eecea7d2170d2bd0..dceee5fd5d81be6e2e84a7061e3f985ae6408d5a 100644
--- a/chrome/browser/extensions/app_notification_storage_unittest.cc
+++ b/chrome/browser/extensions/app_notification_storage_unittest.cc
@@ -20,6 +20,8 @@ using content::BrowserThread;
namespace util = app_notification_test_util;
+namespace extensions {
+
class AppNotificationStorageTest : public testing::Test {
public:
AppNotificationStorageTest() :
@@ -137,3 +139,5 @@ TEST_F(AppNotificationStorageTest, ReplaceExisting) {
EXPECT_TRUE(storage_->Get(id, &tmp_list));
util::ExpectListsEqual(list2, tmp_list);
}
+
+} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/app_notification_storage.cc ('k') | chrome/browser/extensions/app_notification_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698