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

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

Issue 2002012: sync: Add location info to unrecoverable error. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add error handler back to bookmark model associator Created 10 years, 6 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_typed_url_unittest.cc
===================================================================
--- chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (revision 48898)
+++ chrome/browser/sync/profile_sync_service_typed_url_unittest.cc (working copy)
@@ -115,7 +115,7 @@
ACTION_P3(MakeTypedUrlSyncComponents, service, hb, dtc) {
TypedUrlModelAssociator* model_associator =
- new TypedUrlModelAssociator(service, hb, dtc);
+ new TypedUrlModelAssociator(service, hb);
TypedUrlChangeProcessor* change_processor =
new TypedUrlChangeProcessor(model_associator, hb, service);
return ProfileSyncFactory::SyncComponents(model_associator, change_processor);
« no previous file with comments | « chrome/browser/sync/profile_sync_service_preference_unittest.cc ('k') | chrome/browser/sync/profile_sync_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698