Index: sync/sessions/model_type_registry.cc |
diff --git a/sync/sessions/model_type_registry.cc b/sync/sessions/model_type_registry.cc |
index 9c1609a61c6cc45c1daef2f2764a4b221d08ae91..b38f77d5f55d2a4a473527b9dfd49f0a88d00099 100644 |
--- a/sync/sessions/model_type_registry.cc |
+++ b/sync/sessions/model_type_registry.cc |
@@ -10,10 +10,10 @@ |
#include "sync/engine/commit_queue.h" |
#include "sync/engine/directory_commit_contributor.h" |
#include "sync/engine/directory_update_handler.h" |
-#include "sync/engine/model_type_processor.h" |
-#include "sync/engine/model_type_processor_impl.h" |
#include "sync/engine/model_type_worker.h" |
#include "sync/internal_api/public/activation_context.h" |
+#include "sync/internal_api/public/model_type_processor.h" |
+#include "sync/internal_api/public/shared_model_type_processor.h" |
stanisc
2015/10/05 18:11:35
Why does ModelTypeRegistry need to know about Shar
maxbogue
2015/10/08 17:59:56
Turns out it doesn't! Fixed.
|
#include "sync/sessions/directory_type_debug_info_emitter.h" |
#include "sync/util/cryptographer.h" |