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

Unified Diff: chrome/browser/sync/profile_sync_service_autofill_unittest.cc

Issue 534733002: Revert "[Sync] Move DataTypeStatusTable ownership into DataTypeManager." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
index 10fb76105763e1fc805e9482e0c2fa377e15291c..8c7cddf232e7f0df1dfca75c36b9309f4be8c432 100644
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
@@ -362,7 +362,8 @@ ACTION_P(ReturnNewDataTypeManagerWithDebugListener, debug_listener) {
arg1,
arg2,
arg3,
- arg4);
+ arg4,
+ arg5);
}
ACTION_P(MakeAutofillProfileSyncComponents, wds) {
@@ -556,7 +557,7 @@ class ProfileSyncServiceAutofillTest
web_data_service_.get(),
data_type_controller);
- EXPECT_CALL(*components, CreateDataTypeManager(_, _, _, _, _)).
+ EXPECT_CALL(*components, CreateDataTypeManager(_, _, _, _, _, _)).
WillOnce(ReturnNewDataTypeManagerWithDebugListener(
syncer::MakeWeakHandle(debug_ptr_factory_.GetWeakPtr())));
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | chrome/browser/sync/profile_sync_service_startup_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698