| Index: chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc b/chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc
|
| index 5cab67f4a862c21d1c1ff3eec4b7f335ab839b55..48344a9966bdec535eeefc47245adda3eae642fe 100644
|
| --- a/chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc
|
| @@ -66,6 +66,8 @@ class NonFrontendDataTypeControllerFake : public NonFrontendDataTypeController {
|
| }
|
|
|
| private:
|
| + virtual ~NonFrontendDataTypeControllerFake() {}
|
| +
|
| virtual void CreateSyncComponents() OVERRIDE {
|
| ProfileSyncComponentsFactory::SyncComponents sync_components =
|
| profile_sync_factory()->
|
|
|