Index: components/sync/engine_impl/directory_update_handler.cc |
diff --git a/components/sync/engine_impl/directory_update_handler.cc b/components/sync/engine_impl/directory_update_handler.cc |
index 259d83e9349da7dc6c280ff747eca4ef753aca5f..495346cf79eb9fced6677ae07e243eeccae0a15e 100644 |
--- a/components/sync/engine_impl/directory_update_handler.cc |
+++ b/components/sync/engine_impl/directory_update_handler.cc |
@@ -11,7 +11,7 @@ |
#include "base/memory/ptr_util.h" |
#include "components/sync/base/data_type_histogram.h" |
#include "components/sync/engine_impl/conflict_resolver.h" |
-#include "components/sync/engine_impl/cycle/directory_type_debug_info_emitter.h" |
+#include "components/sync/engine_impl/cycle/data_type_debug_info_emitter.h" |
#include "components/sync/engine_impl/cycle/status_controller.h" |
#include "components/sync/engine_impl/update_applicator.h" |
#include "components/sync/syncable/directory.h" |
@@ -28,7 +28,7 @@ DirectoryUpdateHandler::DirectoryUpdateHandler( |
syncable::Directory* dir, |
ModelType type, |
scoped_refptr<ModelSafeWorker> worker, |
- DirectoryTypeDebugInfoEmitter* debug_info_emitter) |
+ DataTypeDebugInfoEmitter* debug_info_emitter) |
: dir_(dir), |
type_(type), |
worker_(worker), |