 Chromium Code Reviews
 Chromium Code Reviews Issue 2511973004:
  components: Cleanup class/struct fwd declarations  (Closed)
    
  
    Issue 2511973004:
  components: Cleanup class/struct fwd declarations  (Closed) 
  | Index: components/sync/engine_impl/commit.h | 
| diff --git a/components/sync/engine_impl/commit.h b/components/sync/engine_impl/commit.h | 
| index a3367618f40a98f8e62bdfc9bac6bad18de4517a..e9a65823fa7bc72e145eb9e6a5aefe2cf8f9e4f5 100644 | 
| --- a/components/sync/engine_impl/commit.h | 
| +++ b/components/sync/engine_impl/commit.h | 
| @@ -25,7 +25,6 @@ namespace syncer { | 
| class CommitProcessor; | 
| class StatusController; | 
| class SyncCycle; | 
| -class Syncer; | 
| // This class wraps the actions related to building and executing a single | 
| // commit operation. |