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

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

Issue 10689185: Revert 146262 - Revert "Revert 142517 - [Sync] Refactor sync configuration logic." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/data_type_manager_impl_unittest.cc
===================================================================
--- chrome/browser/sync/glue/data_type_manager_impl_unittest.cc (revision 146499)
+++ chrome/browser/sync/glue/data_type_manager_impl_unittest.cc (working copy)
@@ -45,8 +45,8 @@
ModelTypeSet types_to_add,
ModelTypeSet types_to_remove,
NigoriState nigori_state,
- const base::Callback<void(ModelTypeSet)>& ready_task,
- const base::Callback<void()>& retry_callback) OVERRIDE {
+ base::Callback<void(ModelTypeSet)> ready_task,
+ base::Callback<void()> retry_callback) OVERRIDE {
last_nigori_state_ = nigori_state;
last_ready_task_ = ready_task;
}
« no previous file with comments | « chrome/browser/sync/glue/backend_data_type_configurer.h ('k') | chrome/browser/sync/glue/sync_backend_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698