| Index: chrome/browser/sync/glue/new_non_frontend_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/new_non_frontend_data_type_controller.h b/chrome/browser/sync/glue/new_non_frontend_data_type_controller.h
|
| index 44cf86785065f131263ee180bed5f4e0e63ff076..7bc58bda04eb09fcf13d500fe1f6bbb02c0c69e1 100644
|
| --- a/chrome/browser/sync/glue/new_non_frontend_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/new_non_frontend_data_type_controller.h
|
| @@ -33,6 +33,9 @@ class NewNonFrontendDataTypeController : public NonFrontendDataTypeController {
|
| 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_|.
|
|
|