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

Unified Diff: components/sync_sessions/favicon_cache.cc

Issue 2343463003: [Sync] Fix namespaces for the sync_sessions component. (Closed)
Patch Set: Fix gn. Created 4 years, 3 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
« no previous file with comments | « components/sync_sessions/favicon_cache.h ('k') | components/sync_sessions/favicon_cache_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions/favicon_cache.cc
diff --git a/components/sync_sessions/favicon_cache.cc b/components/sync_sessions/favicon_cache.cc
index 9e81e4a3c16b40b06cfe92b535a84578e00c8d38..579a415bdeb9b777036410b414dee38fa1ae3477 100644
--- a/components/sync_sessions/favicon_cache.cc
+++ b/components/sync_sessions/favicon_cache.cc
@@ -20,7 +20,7 @@
#include "components/sync/protocol/sync.pb.h"
#include "ui/gfx/favicon_size.h"
-namespace browser_sync {
+namespace sync_sessions {
// Synced favicon storage and tracking.
// Note: we don't use the favicon service for storing these because these
@@ -1047,4 +1047,4 @@ void FaviconCache::OnURLsDeleted(history::HistoryService* history_service,
}
}
-} // namespace browser_sync
+} // namespace sync_sessions
« no previous file with comments | « components/sync_sessions/favicon_cache.h ('k') | components/sync_sessions/favicon_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698