| Index: components/sync_sessions/favicon_cache_unittest.cc
|
| diff --git a/components/sync_sessions/favicon_cache_unittest.cc b/components/sync_sessions/favicon_cache_unittest.cc
|
| index db9ce0f6688acc98b07e907f7e0733114a8e15d9..2f474b4f2ded64e010d4ea24c4136ba189c7ca66 100644
|
| --- a/components/sync_sessions/favicon_cache_unittest.cc
|
| +++ b/components/sync_sessions/favicon_cache_unittest.cc
|
| @@ -25,7 +25,7 @@
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace browser_sync {
|
| +namespace sync_sessions {
|
|
|
| namespace {
|
|
|
| @@ -1935,4 +1935,4 @@ TEST_F(SyncFaviconCacheTest, MixedThreshold) {
|
| EXPECT_EQ(0, GetFaviconId(changes[5]));
|
| }
|
|
|
| -} // namespace browser_sync
|
| +} // namespace sync_sessions
|
|
|