Index: components/drive/file_system/truncate_operation.cc |
diff --git a/chrome/browser/chromeos/drive/file_system/truncate_operation.cc b/components/drive/file_system/truncate_operation.cc |
similarity index 91% |
rename from chrome/browser/chromeos/drive/file_system/truncate_operation.cc |
rename to components/drive/file_system/truncate_operation.cc |
index ff1307e460ab57c31f0fde02f4bcaf8fbb19f662..7ab44b4d2c27e131901af6066e8ea57770463d96 100644 |
--- a/chrome/browser/chromeos/drive/file_system/truncate_operation.cc |
+++ b/components/drive/file_system/truncate_operation.cc |
@@ -2,7 +2,7 @@ |
// 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/truncate_operation.h" |
+#include "components/drive/file_system/truncate_operation.h" |
#include "base/bind.h" |
#include "base/callback_helpers.h" |
@@ -12,12 +12,12 @@ |
#include "base/sequenced_task_runner.h" |
#include "base/task_runner_util.h" |
#include "base/thread_task_runner_handle.h" |
-#include "chrome/browser/chromeos/drive/drive.pb.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_cache.h" |
+#include "components/drive/file_errors.h" |
+#include "components/drive/file_system/download_operation.h" |
+#include "components/drive/file_system/operation_delegate.h" |
+#include "components/drive/job_scheduler.h" |
namespace drive { |
namespace file_system { |