Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(726)

Unified Diff: components/sync/engine_impl/model_type_registry.h

Issue 2419793005: [Sync] Fix test support targets + duplicate namespaces. (Closed)
Patch Set: Fix ChromeOS. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/driver/shared_change_processor.cc ('k') | components/sync/tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/model_type_registry.h
diff --git a/components/sync/engine_impl/model_type_registry.h b/components/sync/engine_impl/model_type_registry.h
index 2e21774783e0c40156e005f9bb374cebf3facd83..9e4ce33e8a7be4550676bcf525528740c601be02 100644
--- a/components/sync/engine_impl/model_type_registry.h
+++ b/components/sync/engine_impl/model_type_registry.h
@@ -22,23 +22,20 @@
#include "components/sync/engine_impl/nudge_handler.h"
namespace syncer {
+
+class CommitContributor;
+class DirectoryCommitContributor;
+class DirectoryTypeDebugInfoEmitter;
+class DirectoryUpdateHandler;
class ModelTypeProcessor;
class ModelTypeWorker;
+class UpdateHandler;
struct ModelTypeState;
-}
-
-namespace syncer {
namespace syncable {
class Directory;
} // namespace syncable
-class CommitContributor;
-class DirectoryCommitContributor;
-class DirectoryUpdateHandler;
-class DirectoryTypeDebugInfoEmitter;
-class UpdateHandler;
-
typedef std::map<ModelType, UpdateHandler*> UpdateHandlerMap;
typedef std::map<ModelType, CommitContributor*> CommitContributorMap;
typedef std::map<ModelType, DirectoryTypeDebugInfoEmitter*>
« no previous file with comments | « components/sync/driver/shared_change_processor.cc ('k') | components/sync/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698