| Index: components/sync_driver/non_ui_data_type_controller_mock.h
|
| diff --git a/components/sync_driver/non_ui_data_type_controller_mock.h b/components/sync_driver/non_ui_data_type_controller_mock.h
|
| index f15eec394397bb4771a8645436d66b3d89d3fafe..68f889fa4747333dcc68fc534a2f3b170427ec96 100644
|
| --- a/components/sync_driver/non_ui_data_type_controller_mock.h
|
| +++ b/components/sync_driver/non_ui_data_type_controller_mock.h
|
| @@ -9,7 +9,7 @@
|
| #include "sync/api/sync_error.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| -namespace browser_sync {
|
| +namespace sync_driver {
|
|
|
| class NonUIDataTypeControllerMock
|
| : public NonUIDataTypeController {
|
| @@ -52,6 +52,6 @@ class NonUIDataTypeControllerMock
|
| virtual ~NonUIDataTypeControllerMock();
|
| };
|
|
|
| -} // namespace browser_sync
|
| +} // namespace sync_driver
|
|
|
| #endif // CHROME_BROWSER_SYNC_GLUE_NON_UI_DATA_TYPE_CONTROLLER_MOCK_H_
|
|
|