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

Unified Diff: sync/engine/sync_directory_commit_contributor.h

Issue 93433006: sync: Introduce ModelTypeRegistry and helpers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix memory leak in tests Created 6 years, 11 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 | « sync/engine/process_updates_util.cc ('k') | sync/engine/sync_directory_update_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/sync_directory_commit_contributor.h
diff --git a/sync/engine/sync_directory_commit_contributor.h b/sync/engine/sync_directory_commit_contributor.h
index 6ffaeb7761ac6dba3b02bd42877dfe3352c4fdb8..4a900754c00eeeed2f8a07f71670ee711c66f281 100644
--- a/sync/engine/sync_directory_commit_contributor.h
+++ b/sync/engine/sync_directory_commit_contributor.h
@@ -36,10 +36,6 @@ class SyncDirectoryCommitContributor {
ModelType type_;
};
-// TODO(rlarocque): Find a better place for this definition.
-typedef std::map<ModelType, SyncDirectoryCommitContributor*>
- CommitContributorMap;
-
} // namespace
#endif // SYNC_ENGINE_SYNC_DIRECTORY_COMMIT_CONTRIBUTOR_H_
« no previous file with comments | « sync/engine/process_updates_util.cc ('k') | sync/engine/sync_directory_update_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698