| Index: components/sync_driver/ui_data_type_controller.cc
|
| diff --git a/components/sync_driver/ui_data_type_controller.cc b/components/sync_driver/ui_data_type_controller.cc
|
| index 4caa59c818fb3611f8a95abafb46e12391fa5307..edfe452acad5a654bc825e723eec7e22c81189bf 100644
|
| --- a/components/sync_driver/ui_data_type_controller.cc
|
| +++ b/components/sync_driver/ui_data_type_controller.cc
|
| @@ -13,7 +13,7 @@
|
| #include "sync/internal_api/public/base/model_type.h"
|
| #include "sync/util/data_type_histogram.h"
|
|
|
| -namespace browser_sync {
|
| +namespace sync_driver {
|
|
|
| UIDataTypeController::UIDataTypeController()
|
| : DataTypeController(base::MessageLoopProxy::current(),
|
| @@ -351,4 +351,4 @@ void UIDataTypeController::RecordStartFailure(StartResult result) {
|
| #undef PER_DATA_TYPE_MACRO
|
| }
|
|
|
| -} // namespace browser_sync
|
| +} // namespace sync_driver
|
|
|