Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / glue / theme_data_type_controller.h
index 5b85902..47e24f8 100644 (file)
@@ -11,12 +11,11 @@ class Profile;
 
 namespace browser_sync {
 
-class ThemeDataTypeController : public UIDataTypeController {
+class ThemeDataTypeController : public sync_driver::UIDataTypeController {
  public:
   ThemeDataTypeController(
-      SyncApiComponentFactory* sync_factory,
-      Profile* profile,
-      const DisableTypeCallback& disable_callback);
+      sync_driver::SyncApiComponentFactory* sync_factory,
+      Profile* profile);
 
  private:
   virtual ~ThemeDataTypeController();