| 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 12e657b1024319847ba695dfec65756bca80f1f6..aafa8688c52831e9d667be60865749aa425c5418 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
|
| @@ -21,13 +21,15 @@ class NewNonFrontendDataTypeController : public NonFrontendDataTypeController {
|
| ProfileSyncComponentsFactory* profile_sync_factory,
|
| Profile* profile,
|
| ProfileSyncService* sync_service);
|
| - virtual ~NewNonFrontendDataTypeController();
|
|
|
| virtual void Start(const StartCallback& start_callback) OVERRIDE;
|
| virtual void Stop() OVERRIDE;
|
|
|
| protected:
|
| + friend class NewNonFrontendDataTypeControllerMock;
|
| +
|
| NewNonFrontendDataTypeController();
|
| + virtual ~NewNonFrontendDataTypeController();
|
|
|
| // Overrides of NonFrontendDataTypeController methods.
|
| virtual void StartDone(DataTypeController::StartResult result,
|
|
|