| Index: chrome/browser/sync/glue/new_non_frontend_data_type_controller.h
|
| ===================================================================
|
| --- chrome/browser/sync/glue/new_non_frontend_data_type_controller.h (revision 108744)
|
| +++ chrome/browser/sync/glue/new_non_frontend_data_type_controller.h (working copy)
|
| @@ -33,6 +33,9 @@
|
| virtual void StartDone(DataTypeController::StartResult result,
|
| DataTypeController::State new_state,
|
| const SyncError& error) OVERRIDE;
|
| + virtual void StartDoneImpl(DataTypeController::StartResult result,
|
| + DataTypeController::State new_state,
|
| + const SyncError& error) OVERRIDE;
|
|
|
| // Calls local_service_->StopSyncing() and releases our references to it and
|
| // |shared_change_processor_|.
|
|
|