| Index: components/sync_driver/ui_data_type_controller.h
|
| diff --git a/components/sync_driver/ui_data_type_controller.h b/components/sync_driver/ui_data_type_controller.h
|
| index c1b80a961b6316b4ebe7f6d74f344398eed5c28e..3d609a8108f2ca2fd5fcea2581f6e1e92052bb17 100644
|
| --- a/components/sync_driver/ui_data_type_controller.h
|
| +++ b/components/sync_driver/ui_data_type_controller.h
|
| @@ -23,7 +23,7 @@ class SyncableService;
|
| class SyncError;
|
| }
|
|
|
| -namespace browser_sync {
|
| +namespace sync_driver {
|
|
|
| // Implementation for datatypes that reside on the (UI thread). This is the same
|
| // thread we perform initialization on, so we don't have to worry about thread
|
| @@ -133,6 +133,6 @@ class UIDataTypeController : public DataTypeController {
|
| DISALLOW_COPY_AND_ASSIGN(UIDataTypeController);
|
| };
|
|
|
| -} // namespace browser_sync
|
| +} // namespace sync_driver
|
|
|
| #endif // COMPONENTS_SYNC_DRIVER_UI_DATA_TYPE_CONTROLLER_H_
|
|
|