Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / glue / extension_data_type_controller.h
index 30bfdd6..0904d35 100644 (file)
@@ -17,13 +17,12 @@ namespace browser_sync {
 
 // TODO(zea): Rename this and ExtensionSettingsDTC to ExtensionOrApp*, since
 // both actually handle the APP datatypes as well.
-class ExtensionDataTypeController : public UIDataTypeController {
+class ExtensionDataTypeController : public sync_driver::UIDataTypeController {
  public:
   ExtensionDataTypeController(
       syncer::ModelType type,  // Either EXTENSIONS or APPS.
-      SyncApiComponentFactory* sync_factory,
-      Profile* profile,
-      const DisableTypeCallback& disable_callback);
+      sync_driver::SyncApiComponentFactory* sync_factory,
+      Profile* profile);
 
  private:
   virtual ~ExtensionDataTypeController();