| Index: chrome/browser/sync/glue/change_processor_mock.h
|
| diff --git a/chrome/browser/sync/glue/change_processor_mock.h b/chrome/browser/sync/glue/change_processor_mock.h
|
| index ec203fb6a0bf12c2cd6702dcf983578bab54e931..e006dd669c146f44f9609199cae010b9b0a71cef 100644
|
| --- a/chrome/browser/sync/glue/change_processor_mock.h
|
| +++ b/chrome/browser/sync/glue/change_processor_mock.h
|
| @@ -31,7 +31,7 @@ class ChangeProcessorMock
|
| void(const tracked_objects::Location&,
|
| const std::string&));
|
| MOCK_METHOD3(CreateAndUploadError,
|
| - SyncError(const tracked_objects::Location&,
|
| + csync::SyncError(const tracked_objects::Location&,
|
| const std::string&,
|
| syncable::ModelType));
|
|
|
|
|