| Index: chrome/browser/sync_file_system/sync_task_manager_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/sync_task_manager_unittest.cc b/chrome/browser/sync_file_system/sync_task_manager_unittest.cc
|
| index 928827e8c0380473479a7fe4145d60d832bf30e7..6723544b295feefdee0f252455d8c5c8e4e60278 100644
|
| --- a/chrome/browser/sync_file_system/sync_task_manager_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/sync_task_manager_unittest.cc
|
| @@ -57,7 +57,8 @@ class TaskManagerClient
|
| ++maybe_schedule_next_task_count_;
|
| }
|
| virtual void NotifyLastOperationStatus(
|
| - SyncStatusCode last_operation_status) OVERRIDE {
|
| + SyncStatusCode last_operation_status,
|
| + bool last_operation_used_network) OVERRIDE {
|
| last_operation_status_ = last_operation_status;
|
| }
|
|
|
|
|