| Index: chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h
|
| diff --git a/chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h b/chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h
|
| index cb6fc02495272a1dc663aabd5e1cd9c041384d70..820b6e602bedda6755b69a126c468a3c18ef517b 100644
|
| --- a/chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h
|
| +++ b/chrome/browser/sync/glue/new_non_frontend_data_type_controller_mock.h
|
| @@ -16,7 +16,6 @@ class NewNonFrontendDataTypeControllerMock
|
| : public NewNonFrontendDataTypeController {
|
| public:
|
| NewNonFrontendDataTypeControllerMock();
|
| - virtual ~NewNonFrontendDataTypeControllerMock();
|
|
|
| // DataTypeController mocks.
|
| MOCK_METHOD1(Start, void(const StartCallback& start_callback));
|
| @@ -57,6 +56,9 @@ class NewNonFrontendDataTypeControllerMock
|
| // NewNonFrontendDataTypeController mocks.
|
| MOCK_CONST_METHOD0(GetWeakPtrToSyncableService,
|
| base::WeakPtr<SyncableService>());
|
| +
|
| + protected:
|
| + virtual ~NewNonFrontendDataTypeControllerMock();
|
| };
|
|
|
| } // namespace browser_sync
|
|
|