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

Unified Diff: components/sync_driver/non_ui_data_type_controller_unittest.cc

Issue 408003002: [Sync] Fix namespace for sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 5 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
Index: components/sync_driver/non_ui_data_type_controller_unittest.cc
diff --git a/components/sync_driver/non_ui_data_type_controller_unittest.cc b/components/sync_driver/non_ui_data_type_controller_unittest.cc
index 4a2273e341af8d5e4410326c25e3a2e529203f6c..869a8bb2843525d53c6647c712fa579bea26ebec 100644
--- a/components/sync_driver/non_ui_data_type_controller_unittest.cc
+++ b/components/sync_driver/non_ui_data_type_controller_unittest.cc
@@ -23,7 +23,7 @@
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace browser_sync {
+namespace sync_driver {
namespace {
@@ -61,7 +61,7 @@ class SharedChangeProcessorMock : public SharedChangeProcessor {
SharedChangeProcessorMock() {}
MOCK_METHOD6(Connect, base::WeakPtr<syncer::SyncableService>(
- browser_sync::SyncApiComponentFactory*,
+ SyncApiComponentFactory*,
GenericChangeProcessorFactory*,
syncer::UserShare*,
DataTypeErrorHandler*,
@@ -93,7 +93,7 @@ class NonUIDataTypeControllerFake
: public NonUIDataTypeController {
public:
NonUIDataTypeControllerFake(
- browser_sync::SyncApiComponentFactory* sync_factory,
+ SyncApiComponentFactory* sync_factory,
NonUIDataTypeControllerMock* mock,
SharedChangeProcessor* change_processor,
const DisableTypeCallback& disable_callback,
@@ -520,4 +520,4 @@ TEST_F(SyncNonUIDataTypeControllerTest,
} // namespace
-} // namespace browser_sync
+} // namespace sync_driver
« no previous file with comments | « components/sync_driver/non_ui_data_type_controller_mock.cc ('k') | components/sync_driver/proxy_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698