| Index: chrome/browser/sync/engine/process_updates_command.h
|
| diff --git a/chrome/browser/sync/engine/process_updates_command.h b/chrome/browser/sync/engine/process_updates_command.h
|
| index 4705846cc35c1abff53c7b60dfab904a2d11fda7..ca2aa9a68ab6237059bc342d10e4aed19110953b 100644
|
| --- a/chrome/browser/sync/engine/process_updates_command.h
|
| +++ b/chrome/browser/sync/engine/process_updates_command.h
|
| @@ -34,7 +34,6 @@ class ProcessUpdatesCommand : public ModelChangingSyncerCommand {
|
| virtual ~ProcessUpdatesCommand();
|
|
|
| // ModelChangingSyncerCommand implementation.
|
| - virtual bool ModelNeutralExecuteImpl(sessions::SyncSession* session);
|
| virtual void ModelChangingExecuteImpl(sessions::SyncSession* session);
|
|
|
| private:
|
|
|