Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / glue / ui_data_type_controller.h
index dbd6f08..c30c1d4 100644 (file)
@@ -11,8 +11,8 @@
 #include "base/compiler_specific.h"
 #include "base/memory/ref_counted.h"
 #include "base/memory/weak_ptr.h"
-#include "chrome/browser/sync/glue/data_type_controller.h"
 #include "chrome/browser/sync/glue/shared_change_processor.h"
+#include "components/sync_driver/data_type_controller.h"
 
 class Profile;
 class ProfileSyncService;
@@ -36,6 +36,8 @@ namespace browser_sync {
 class UIDataTypeController : public DataTypeController {
  public:
   UIDataTypeController(
+      scoped_refptr<base::MessageLoopProxy> ui_thread,
+      const base::Closure& error_callback,
       syncer::ModelType type,
       ProfileSyncComponentsFactory* profile_sync_factory,
       Profile* profile,