| 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 d5dd2be9e51bb67cc2e0eb71339a7d7cdcd5948a..11fb1e2ee70f76a58f340c4713b00077f4031b67 100644
|
| --- a/chrome/browser/sync/engine/process_updates_command.h
|
| +++ b/chrome/browser/sync/engine/process_updates_command.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -40,7 +40,7 @@ class ProcessUpdatesCommand : public ModelChangingSyncerCommand {
|
| // ModelChangingSyncerCommand implementation.
|
| virtual std::set<ModelSafeGroup> GetGroupsToChange(
|
| const sessions::SyncSession& session) const OVERRIDE;
|
| - virtual void ModelChangingExecuteImpl(
|
| + virtual SyncerError ModelChangingExecuteImpl(
|
| sessions::SyncSession* session) OVERRIDE;
|
|
|
| private:
|
|
|