| Index: chrome/browser/sync/glue/frontend_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/frontend_data_type_controller.h b/chrome/browser/sync/glue/frontend_data_type_controller.h
|
| index 8b46978ce233595145623bbde3da89851422f8d6..1baac4b46f49769450153735daf8c2c6013eaba9 100644
|
| --- a/chrome/browser/sync/glue/frontend_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/frontend_data_type_controller.h
|
| @@ -41,7 +41,6 @@ class FrontendDataTypeController : public DataTypeController {
|
| ProfileSyncComponentsFactory* profile_sync_factory,
|
| Profile* profile,
|
| ProfileSyncService* sync_service);
|
| - virtual ~FrontendDataTypeController();
|
|
|
| // DataTypeController interface.
|
| virtual void Start(const StartCallback& start_callback) OVERRIDE;
|
| @@ -59,8 +58,11 @@ class FrontendDataTypeController : public DataTypeController {
|
| const std::string& message) OVERRIDE;
|
|
|
| protected:
|
| + friend class FrontendDataTypeControllerMock;
|
| +
|
| // For testing only.
|
| FrontendDataTypeController();
|
| + virtual ~FrontendDataTypeController();
|
|
|
| // Kick off any dependent services that need to be running before we can
|
| // associate models. The default implementation is a no-op.
|
|
|