| 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
|
|
|