| Index: chrome/browser/sync/engine/process_updates_command.h
|
| ===================================================================
|
| --- chrome/browser/sync/engine/process_updates_command.h (revision 32731)
|
| +++ chrome/browser/sync/engine/process_updates_command.h (working copy)
|
| @@ -18,8 +18,6 @@
|
|
|
| namespace browser_sync {
|
|
|
| -class SyncerSession;
|
| -
|
| // A syncer command for processing updates.
|
| //
|
| // Preconditions - updates in the SyncerSesssion have been downloaded
|
| @@ -32,7 +30,8 @@
|
| ProcessUpdatesCommand();
|
| virtual ~ProcessUpdatesCommand();
|
|
|
| - virtual void ModelChangingExecuteImpl(SyncerSession* session);
|
| + // ModelChangingSyncerCommand implementation.
|
| + virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
|
| ServerUpdateProcessingResult ProcessUpdate(
|
| const syncable::ScopedDirLookup& dir,
|
| const sync_pb::SyncEntity& pb_entry);
|
|
|