Index: chrome/browser/sync/engine/process_updates_command.h |
=================================================================== |
--- chrome/browser/sync/engine/process_updates_command.h (revision 110571) |
+++ chrome/browser/sync/engine/process_updates_command.h (working copy) |
@@ -34,6 +34,7 @@ |
virtual ~ProcessUpdatesCommand(); |
// ModelChangingSyncerCommand implementation. |
+ virtual bool ModelNeutralExecuteImpl(sessions::SyncSession* session); |
virtual void ModelChangingExecuteImpl(sessions::SyncSession* session); |
private: |