Index: components/drive/file_system/touch_operation.cc |
diff --git a/chrome/browser/chromeos/drive/file_system/touch_operation.cc b/components/drive/file_system/touch_operation.cc |
similarity index 89% |
rename from chrome/browser/chromeos/drive/file_system/touch_operation.cc |
rename to components/drive/file_system/touch_operation.cc |
index 85fb210e821073ef4fa3457b03e7fa90c08b073d..63272d7d072da3a7d33620553cafdf0917fb6d5d 100644 |
--- a/chrome/browser/chromeos/drive/file_system/touch_operation.cc |
+++ b/components/drive/file_system/touch_operation.cc |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/chromeos/drive/file_system/touch_operation.h" |
+#include "components/drive/file_system/touch_operation.h" |
#include "base/bind.h" |
#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" |
+#include "components/drive/file_system/operation_delegate.h" |
+#include "components/drive/job_scheduler.h" |
+#include "components/drive/resource_metadata.h" |
namespace drive { |
namespace file_system { |