Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / glue / search_engine_data_type_controller.h
index 45a8a2f..f40a6fa 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "base/compiler_specific.h"
 #include "base/memory/scoped_ptr.h"
-#include "chrome/browser/search_engines/template_url_service.h"
+#include "components/search_engines/template_url_service.h"
 #include "components/sync_driver/generic_change_processor.h"
 #include "components/sync_driver/ui_data_type_controller.h"
 #include "content/public/browser/notification_observer.h"
@@ -19,12 +19,12 @@ class Profile;
 
 namespace browser_sync {
 
-class SearchEngineDataTypeController : public UIDataTypeController {
+class SearchEngineDataTypeController
+    : public sync_driver::UIDataTypeController {
  public:
   SearchEngineDataTypeController(
-      SyncApiComponentFactory* profile_sync_factory,
-      Profile* profile,
-      const DisableTypeCallback& disable_callback);
+      sync_driver::SyncApiComponentFactory* profile_sync_factory,
+      Profile* profile);
 
   TemplateURLService::Subscription* GetSubscriptionForTesting();