Index: components/sync_driver/ui_data_type_controller.h |
diff --git a/components/sync_driver/ui_data_type_controller.h b/components/sync_driver/ui_data_type_controller.h |
index a1e086a9d1de9c4d834e220301ffb72bf6f562fb..c9ea030e14441b18a53404ee584245a15a0e3840 100644 |
--- a/components/sync_driver/ui_data_type_controller.h |
+++ b/components/sync_driver/ui_data_type_controller.h |
@@ -11,7 +11,7 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
-#include "components/sync_driver/data_type_controller.h" |
+#include "components/sync_driver/directory_data_type_controller.h" |
#include "components/sync_driver/shared_change_processor.h" |
namespace base { |
@@ -30,7 +30,7 @@ namespace sync_driver { |
// thread we perform initialization on, so we don't have to worry about thread |
// safety. The main start/stop funtionality is implemented by default. |
// Note: RefCountedThreadSafe by way of DataTypeController. |
-class UIDataTypeController : public DataTypeController { |
+class UIDataTypeController : public DirectoryDataTypeController { |
public: |
UIDataTypeController( |
scoped_refptr<base::SingleThreadTaskRunner> ui_thread, |