| Index: components/sync/engine_impl/commit_contributor.h
|
| diff --git a/components/sync/engine_impl/commit_contributor.h b/components/sync/engine_impl/commit_contributor.h
|
| index 86ab917e36cc6a56bd88098d9dc43de21a34a3f7..76b3b38effa764513b69f4e0a0b7a113a03d3cf3 100644
|
| --- a/components/sync/engine_impl/commit_contributor.h
|
| +++ b/components/sync/engine_impl/commit_contributor.h
|
| @@ -13,10 +13,6 @@ namespace syncer {
|
|
|
| class CommitContribution;
|
|
|
| -namespace syncable {
|
| -class Directory;
|
| -}
|
| -
|
| // This class represents a source of items to commit to the sync server.
|
| //
|
| // When asked, it can return CommitContribution objects that contain a set of
|
|
|