| Index: components/sync_driver/fake_data_type_controller.h
|
| diff --git a/components/sync_driver/fake_data_type_controller.h b/components/sync_driver/fake_data_type_controller.h
|
| index 20b8204e31e51d777742322b1857c8749a8b0498..eff5068e592a85057ab064562461682d34d31d98 100644
|
| --- a/components/sync_driver/fake_data_type_controller.h
|
| +++ b/components/sync_driver/fake_data_type_controller.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef COMPONENTS_SYNC_DRIVER_FAKE_DATA_TYPE_CONTROLLER_H__
|
| #define COMPONENTS_SYNC_DRIVER_FAKE_DATA_TYPE_CONTROLLER_H__
|
|
|
| -#include "components/sync_driver/data_type_controller.h"
|
| #include "components/sync_driver/data_type_manager.h"
|
| +#include "components/sync_driver/directory_data_type_controller.h"
|
|
|
| namespace sync_driver {
|
|
|
| @@ -19,7 +19,7 @@ namespace sync_driver {
|
| // behavior of controllers. (It would be easier of the above classes
|
| // used delegation instead of subclassing for per-data-type
|
| // functionality.)
|
| -class FakeDataTypeController : public DataTypeController {
|
| +class FakeDataTypeController : public DirectoryDataTypeController {
|
| public:
|
| explicit FakeDataTypeController(syncer::ModelType type);
|
|
|
|
|