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

Unified Diff: components/sync_sessions/favicon_cache.h

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/fake_sync_sessions_client.cc ('k') | components/sync_sessions/favicon_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions/favicon_cache.h
diff --git a/components/sync_sessions/favicon_cache.h b/components/sync_sessions/favicon_cache.h
index d0034db34c54d9bd99a878000a8b532bad25b785..c5bb13b8dc6360e163478875d67fbf8470fc32c9 100644
--- a/components/sync_sessions/favicon_cache.h
+++ b/components/sync_sessions/favicon_cache.h
@@ -43,7 +43,7 @@ namespace history {
class HistoryService;
}
-namespace browser_sync {
+namespace sync_sessions {
enum IconSize {
SIZE_INVALID,
@@ -250,6 +250,6 @@ class FaviconCache : public syncer::SyncableService,
DISALLOW_COPY_AND_ASSIGN(FaviconCache);
};
-} // namespace browser_sync
+} // namespace sync_sessions
#endif // COMPONENTS_SYNC_SESSIONS_FAVICON_CACHE_H_
« no previous file with comments | « components/sync_sessions/fake_sync_sessions_client.cc ('k') | components/sync_sessions/favicon_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698