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

Unified Diff: components/browser_sync/profile_sync_service_unittest.cc

Issue 2555433003: [Sync] Plumb initial type set from engine to DTM. (Closed)
Patch Set: Rebase. Created 4 years 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/browser_sync/profile_sync_service_unittest.cc
diff --git a/components/browser_sync/profile_sync_service_unittest.cc b/components/browser_sync/profile_sync_service_unittest.cc
index 824304b1435f3a9316afb5f3a084fb9f71a7c3f5..a074ec3b9e6c16199d2ee5b3804026c2e8a2da07 100644
--- a/components/browser_sync/profile_sync_service_unittest.cc
+++ b/components/browser_sync/profile_sync_service_unittest.cc
@@ -310,7 +310,7 @@ class ProfileSyncServiceTest : public ::testing::Test {
void ExpectDataTypeManagerCreation(
int times,
const FakeDataTypeManager::ConfigureCalled& callback) {
- EXPECT_CALL(*component_factory_, CreateDataTypeManager(_, _, _, _, _))
+ EXPECT_CALL(*component_factory_, CreateDataTypeManager(_, _, _, _, _, _))
.Times(times)
.WillRepeatedly(ReturnNewDataTypeManager(callback));
}
« no previous file with comments | « components/browser_sync/profile_sync_service_typed_url_unittest.cc ('k') | components/sync/driver/data_type_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698