Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: components/sync_driver/change_processor_mock.h

Issue 1966023002: [Sync] Move DataTypeErrorHandler to //sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a2743cd7db83c0150d922438cc5136161c91d483..956b53286defc6f397d31b661b7df5fc98eb3067 100644
--- a/components/sync_driver/change_processor_mock.h
+++ b/components/sync_driver/change_processor_mock.h
@@ -16,8 +16,8 @@
namespace sync_driver {
-class ChangeProcessorMock
- : public ChangeProcessor, public DataTypeErrorHandler{
+class ChangeProcessorMock : public ChangeProcessor,
+ public syncer::DataTypeErrorHandler {
pavely 2016/05/11 18:29:04 Could you add #include "data_type_error_handler.h"
maxbogue 2016/05/11 19:03:02 Done.
public:
ChangeProcessorMock();
virtual ~ChangeProcessorMock();

Powered by Google App Engine
This is Rietveld 408576698