| Index: chrome/browser/sync/engine/syncer_end_command.h
|
| ===================================================================
|
| --- chrome/browser/sync/engine/syncer_end_command.h (revision 32731)
|
| +++ chrome/browser/sync/engine/syncer_end_command.h (working copy)
|
| @@ -10,8 +10,6 @@
|
|
|
| namespace browser_sync {
|
|
|
| -class SyncerSession;
|
| -
|
| // A syncer command for wrapping up a sync cycle.
|
| //
|
| // Preconditions - syncing is complete.
|
| @@ -23,7 +21,8 @@
|
| SyncerEndCommand();
|
| virtual ~SyncerEndCommand();
|
|
|
| - virtual void ExecuteImpl(SyncerSession* session);
|
| + // SyncerCommand implementation.
|
| + virtual void ExecuteImpl(sessions::SyncSession* session);
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SyncerEndCommand);
|
| };
|
|
|