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

Unified Diff: chrome/browser/extensions/app_notification_manager_sync_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_sync_unittest.cc
diff --git a/chrome/browser/extensions/app_notification_manager_sync_unittest.cc b/chrome/browser/extensions/app_notification_manager_sync_unittest.cc
index 9b58a9a9814ae9a5dffbc5a1b8a1ab471eae49f8..a0b118dfc9132269fda5fb7b95dcfa59599ddd14 100644
--- a/chrome/browser/extensions/app_notification_manager_sync_unittest.cc
+++ b/chrome/browser/extensions/app_notification_manager_sync_unittest.cc
@@ -89,6 +89,8 @@ class SyncChangeProcessorDelegate : public syncer::SyncChangeProcessor {
} // namespace
+namespace extensions {
+
class AppNotificationManagerSyncTest : public testing::Test {
public:
AppNotificationManagerSyncTest()
@@ -749,3 +751,5 @@ TEST_F(AppNotificationManagerSyncTest, ClearAllGetsSynced) {
syncer::SyncChange c3 = processor()->GetChangeByGuid(n3->guid());
AssertSyncChange(c3, syncer::SyncChange::ACTION_DELETE, *n3);
}
+
+} // namespace extensions
« no previous file with comments | « chrome/browser/extensions/app_notification_manager.cc ('k') | chrome/browser/extensions/app_notification_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698