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

Unified Diff: components/sync/driver/data_type_controller_mock.h

Issue 2289143003: [Sync] Convert DTCs to be not RefCounted and NonThreadSafe. (Closed)
Patch Set: Rebase. Created 4 years, 3 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/data_type_controller_mock.h
diff --git a/components/sync/driver/data_type_controller_mock.h b/components/sync/driver/data_type_controller_mock.h
index 7c37a7e9aaf89b17e494825b5e75f245b12f876a..207702aab7008b35619dd035f22f0e49704387d7 100644
--- a/components/sync/driver/data_type_controller_mock.h
+++ b/components/sync/driver/data_type_controller_mock.h
@@ -28,7 +28,7 @@ class ModelLoadCallbackMock {
ModelLoadCallbackMock();
virtual ~ModelLoadCallbackMock();
- MOCK_METHOD2(Run, void(syncer::ModelType, syncer::SyncError));
+ MOCK_METHOD2(Run, void(syncer::ModelType, const syncer::SyncError&));
};
} // namespace sync_driver
« no previous file with comments | « components/sync/driver/data_type_controller.cc ('k') | components/sync/driver/data_type_manager_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698