| Index: components/sync_driver/fake_data_type_controller.cc
|
| diff --git a/components/sync_driver/fake_data_type_controller.cc b/components/sync_driver/fake_data_type_controller.cc
|
| index 23dc7f44fc68aa3d3ffbe31c276eee5c7982ae64..1aeb0fb0853c83676443d91f7201e2ef23748bed 100644
|
| --- a/components/sync_driver/fake_data_type_controller.cc
|
| +++ b/components/sync_driver/fake_data_type_controller.cc
|
| @@ -8,7 +8,8 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using syncer::ModelType;
|
| -namespace browser_sync {
|
| +
|
| +namespace sync_driver {
|
|
|
| FakeDataTypeController::FakeDataTypeController(ModelType type)
|
| : DataTypeController(base::MessageLoopProxy::current(), base::Closure(),
|
| @@ -151,4 +152,4 @@ void FakeDataTypeController::SimulateModelLoadFinishing() {
|
| model_load_callback_.Reset();
|
| }
|
|
|
| -} // namespace browser_sync
|
| +} // namespace sync_driver
|
|
|