| 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..d630eba8735e607c40e254acb15d0ac5ea4570f2 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,13 +45,14 @@ 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;
|
|
|
| NonFrontendDataTypeController(
|
| - scoped_refptr<base::SingleThreadTaskRunner> ui_thread,
|
| + const scoped_refptr<base::SingleThreadTaskRunner>& ui_thread,
|
| const base::Closure& error_callback,
|
| sync_driver::SyncClient* sync_client);
|
|
|
|
|