| Index: chrome/browser/sync/glue/non_frontend_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/non_frontend_data_type_controller.h b/chrome/browser/sync/glue/non_frontend_data_type_controller.h
|
| index e6e525260bc7b66b611403c0639fff97c14588c6..37ded4fc9f1713293644cd52f5668e97eba522ba 100644
|
| --- a/chrome/browser/sync/glue/non_frontend_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/non_frontend_data_type_controller.h
|
| @@ -13,8 +13,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/synchronization/waitable_event.h"
|
| -#include "components/sync_driver/data_type_controller.h"
|
| #include "components/sync_driver/data_type_error_handler.h"
|
| +#include "components/sync_driver/directory_data_type_controller.h"
|
| #include "components/sync_driver/sync_api_component_factory.h"
|
|
|
| class Profile;
|
| @@ -45,7 +45,8 @@ namespace browser_sync {
|
| // model_safe_group()
|
| // PostTaskOnBackendThread()
|
| // CreateSyncComponents()
|
| -class NonFrontendDataTypeController : public sync_driver::DataTypeController {
|
| +class NonFrontendDataTypeController
|
| + : public sync_driver::DirectoryDataTypeController {
|
| public:
|
| // For creating non-frontend processor/associator and associating on backend.
|
| class BackendComponentsContainer;
|
|
|