| Index: chrome/browser/chromeos/drive/file_system/truncate_operation.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/truncate_operation.cc b/chrome/browser/chromeos/drive/file_system/truncate_operation.cc
|
| index f94fe5221531a6faa42cb0694461f55f21c3cf82..80290ede95d0e74b559de6b13f3d0767ce6409d8 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/truncate_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/truncate_operation.cc
|
| @@ -13,11 +13,11 @@
|
| #include "base/task_runner_util.h"
|
| #include "base/thread_task_runner_handle.h"
|
| #include "chrome/browser/chromeos/drive/file_cache.h"
|
| -#include "chrome/browser/chromeos/drive/file_errors.h"
|
| #include "chrome/browser/chromeos/drive/file_system/download_operation.h"
|
| #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
|
| #include "chrome/browser/chromeos/drive/job_scheduler.h"
|
| #include "components/drive/drive.pb.h"
|
| +#include "components/drive/file_errors.h"
|
|
|
| namespace drive {
|
| namespace file_system {
|
|
|