Index: components/sync_driver/shared_change_processor_unittest.cc |
diff --git a/components/sync_driver/shared_change_processor_unittest.cc b/components/sync_driver/shared_change_processor_unittest.cc |
index 0282b15a7ce4cf721735f6e4a039e5e36af95d72..ad8538bdbe4569f818cbac5276f29390c55547c1 100644 |
--- a/components/sync_driver/shared_change_processor_unittest.cc |
+++ b/components/sync_driver/shared_change_processor_unittest.cc |
@@ -20,7 +20,7 @@ |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace browser_sync { |
+namespace sync_driver { |
namespace { |
@@ -29,7 +29,7 @@ using ::testing::StrictMock; |
class SyncSharedChangeProcessorTest : |
public testing::Test, |
- public browser_sync::SyncApiComponentFactory { |
+ public SyncApiComponentFactory { |
public: |
SyncSharedChangeProcessorTest() : backend_thread_("dbthread"), |
did_connect_(false) {} |
@@ -142,4 +142,4 @@ TEST_F(SyncSharedChangeProcessorTest, Basic) { |
} // namespace |
-} // namespace browser_sync |
+} // namespace sync_driver |