Index: chrome/browser/sync/engine/process_commit_response_command.h |
diff --git a/chrome/browser/sync/engine/process_commit_response_command.h b/chrome/browser/sync/engine/process_commit_response_command.h |
index 59e176de05e3445189ed92e36e51b6bc6c67e9bd..bac2a31770e55e7dbe5badc2517c3c8d1c7c7920 100644 |
--- a/chrome/browser/sync/engine/process_commit_response_command.h |
+++ b/chrome/browser/sync/engine/process_commit_response_command.h |
@@ -30,7 +30,6 @@ class ProcessCommitResponseCommand : public ModelChangingSyncerCommand { |
protected: |
// ModelChangingSyncerCommand implementation. |
- virtual bool HasCustomGroupsToChange() const OVERRIDE; |
virtual std::set<ModelSafeGroup> GetGroupsToChange( |
const sessions::SyncSession& session) const OVERRIDE; |
virtual bool ModelNeutralExecuteImpl( |