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