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

Unified Diff: chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc

Issue 436733002: [Sync] Use OnSingleDataTypeUnrecoverableError for all errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 4 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/glue/autofill_data_type_controller_unittest.cc
diff --git a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
index 6107331ea3d2018b1efc89fc7ff9dc7763147d51..fcdd0e7466ed5a878d3e83a158ba0dd754b8cbfa 100644
--- a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
+++ b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
@@ -153,8 +153,7 @@ class SyncAutofillDataTypeControllerTest : public testing::Test {
autofill_dtc_ =
new AutofillDataTypeController(
- &profile_sync_factory_, &profile_,
- sync_driver::DataTypeController::DisableTypeCallback());
+ &profile_sync_factory_, &profile_);
}
// Passed to AutofillDTC::Start().

Powered by Google App Engine
This is Rietveld 408576698