| 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_
|
|
|