| Index: components/sync_driver/change_processor_mock.h
|
| diff --git a/components/sync_driver/change_processor_mock.h b/components/sync_driver/change_processor_mock.h
|
| index 7e064a87306a6e9c3789639544180c5ebf22b11f..aaa7e82d32dd7377d94250313521fd93628aecd7 100644
|
| --- a/components/sync_driver/change_processor_mock.h
|
| +++ b/components/sync_driver/change_processor_mock.h
|
| @@ -10,7 +10,7 @@
|
| #include "sync/internal_api/public/util/unrecoverable_error_handler.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| -namespace browser_sync {
|
| +namespace sync_driver {
|
|
|
| class ChangeProcessorMock
|
| : public ChangeProcessor, public DataTypeErrorHandler{
|
| @@ -35,6 +35,6 @@ class ChangeProcessorMock
|
|
|
| };
|
|
|
| -} // namespace browser_sync
|
| +} // namespace sync_driver
|
|
|
| #endif // COMPONENTS_SYNC_DRIVER_CHANGE_PROCESSOR_MOCK_H_
|
|
|