| 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 a8d1a25a573fe0b4aba550c91b32b55a575e686a..1f127066cc4ca78f4f48493b4356f589cc7079c3 100644
|
| --- a/chrome/browser/sync/engine/process_updates_command.h
|
| +++ b/chrome/browser/sync/engine/process_updates_command.h
|
| @@ -36,7 +36,6 @@ class ProcessUpdatesCommand : public ModelChangingSyncerCommand {
|
|
|
| protected:
|
| // ModelChangingSyncerCommand implementation.
|
| - virtual bool HasCustomGroupsToChange() const OVERRIDE;
|
| virtual std::set<ModelSafeGroup> GetGroupsToChange(
|
| const sessions::SyncSession& session) const OVERRIDE;
|
| virtual bool ModelNeutralExecuteImpl(
|
|
|