| Index: chrome/browser/sync/glue/backend_data_type_configurer.h
|
| ===================================================================
|
| --- chrome/browser/sync/glue/backend_data_type_configurer.h (revision 146499)
|
| +++ chrome/browser/sync/glue/backend_data_type_configurer.h (working copy)
|
| @@ -36,8 +36,8 @@
|
| syncer::ModelTypeSet types_to_add,
|
| syncer::ModelTypeSet types_to_remove,
|
| NigoriState nigori_state,
|
| - const base::Callback<void(syncer::ModelTypeSet)>& ready_task,
|
| - const base::Callback<void()>& retry_callback) = 0;
|
| + base::Callback<void(syncer::ModelTypeSet)> ready_task,
|
| + base::Callback<void()> retry_callback) = 0;
|
|
|
| protected:
|
| virtual ~BackendDataTypeConfigurer() {}
|
|
|