| Index: chrome/browser/chromeos/drive/file_system/touch_operation.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/touch_operation.cc b/chrome/browser/chromeos/drive/file_system/touch_operation.cc
|
| index 85fb210e821073ef4fa3457b03e7fa90c08b073d..fac090818d801dd2fcb3461ef8845c59f5836de8 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/touch_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/touch_operation.cc
|
| @@ -8,11 +8,11 @@
|
| #include "base/files/file_path.h"
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/time/time.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_delegate.h"
|
| #include "chrome/browser/chromeos/drive/job_scheduler.h"
|
| #include "chrome/browser/chromeos/drive/resource_metadata.h"
|
| +#include "components/drive/file_change.h"
|
| +#include "components/drive/file_errors.h"
|
|
|
| namespace drive {
|
| namespace file_system {
|
|
|