diff options
Diffstat (limited to 'chrome/browser/sync/engine/process_updates_command.h')
-rw-r--r-- | chrome/browser/sync/engine/process_updates_command.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/process_updates_command.h b/chrome/browser/sync/engine/process_updates_command.h index 27f3814..6eb4333 100644 --- a/chrome/browser/sync/engine/process_updates_command.h +++ b/chrome/browser/sync/engine/process_updates_command.h @@ -32,10 +32,11 @@ class ProcessUpdatesCommand : public ModelChangingSyncerCommand { // ModelChangingSyncerCommand implementation. virtual void ModelChangingExecuteImpl(sessions::SyncSession* session); + + private: ServerUpdateProcessingResult ProcessUpdate( const syncable::ScopedDirLookup& dir, const sync_pb::SyncEntity& pb_entry); - private: DISALLOW_COPY_AND_ASSIGN(ProcessUpdatesCommand); }; |