| Index: chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc b/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc
|
| index 93b4eb430f5cb939be8b1b8acede95dcdc7b1ace..628d2274e14eddc18b3a4023d1eb7a8dd46eec7a 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest.cc
|
| @@ -10,6 +10,7 @@
|
| #include "base/run_loop.h"
|
| #include "base/task_runner_util.h"
|
| #include "chrome/browser/chromeos/drive/drive.pb.h"
|
| +#include "chrome/browser/chromeos/drive/file_change.h"
|
| #include "chrome/browser/chromeos/drive/file_errors.h"
|
| #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
|
| #include "chrome/browser/chromeos/drive/file_write_watcher.h"
|
| @@ -35,7 +36,7 @@ class TestObserver : public OperationObserver {
|
|
|
| // OperationObserver overrides.
|
| virtual void OnDirectoryChangedByOperation(
|
| - const base::FilePath& path) OVERRIDE {}
|
| + const FileChange& changed_file) OVERRIDE {}
|
|
|
| virtual void OnEntryUpdatedByOperation(const std::string& local_id) OVERRIDE {
|
| observed_local_id_ = local_id;
|
|
|