| Index: chrome/browser/sync/glue/data_type_error_handler_mock.h
|
| diff --git a/chrome/browser/sync/glue/data_type_error_handler_mock.h b/chrome/browser/sync/glue/data_type_error_handler_mock.h
|
| index 34f5b972810d3ee184e9a8b182fa9e9a408998f0..95aec21c963f9fee69b8b90100a12400cb66c714 100644
|
| --- a/chrome/browser/sync/glue/data_type_error_handler_mock.h
|
| +++ b/chrome/browser/sync/glue/data_type_error_handler_mock.h
|
| @@ -8,6 +8,8 @@
|
| #include "chrome/browser/sync/glue/data_type_controller.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| +#include "sync/syncable/model_type.h"
|
| +
|
| namespace browser_sync {
|
|
|
| class DataTypeErrorHandlerMock : public DataTypeErrorHandler {
|
| @@ -18,6 +20,11 @@ class DataTypeErrorHandlerMock : public DataTypeErrorHandler {
|
| void(const tracked_objects::Location&, const std::string&));
|
| MOCK_METHOD2(OnSingleDatatypeUnrecoverableError,
|
| void(const tracked_objects::Location&, const std::string&));
|
| + MOCK_METHOD3(CreateAndUploadError,
|
| + SyncError(const tracked_objects::Location&,
|
| + const std::string&,
|
| + syncable::ModelType));
|
| +
|
| };
|
|
|
| } // namesspace browser_sync
|
|
|