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

Unified Diff: sync/engine/sync_directory_update_handler.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
Index: sync/engine/sync_directory_update_handler.h
diff --git a/sync/engine/sync_directory_update_handler.h b/sync/engine/sync_directory_update_handler.h
index ea4d791465f5171a4a184fb09a9fb45afc938e51..9cfdaed7ae95648c3524061a1e051b7c298e5abf 100644
--- a/sync/engine/sync_directory_update_handler.h
+++ b/sync/engine/sync_directory_update_handler.h
@@ -89,9 +89,6 @@ class SYNC_EXPORT_PRIVATE SyncDirectoryUpdateHandler {
DISALLOW_COPY_AND_ASSIGN(SyncDirectoryUpdateHandler);
};
-// TODO(rlarocque): Find a better place to define this.
-typedef std::map<ModelType, SyncDirectoryUpdateHandler*> UpdateHandlerMap;
-
} // namespace syncer
#endif // SYNC_ENGINE_SYNC_DIRECTORY_UPDATE_HANDLER_H_
« no previous file with comments | « sync/engine/sync_directory_commit_contributor.h ('k') | sync/engine/sync_directory_update_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698