Index: components/drive/file_system/download_operation.cc |
diff --git a/chrome/browser/chromeos/drive/file_system/download_operation.cc b/components/drive/file_system/download_operation.cc |
similarity index 97% |
rename from chrome/browser/chromeos/drive/file_system/download_operation.cc |
rename to components/drive/file_system/download_operation.cc |
index 2032a490fce8b1e882d36055ee8b6f9511b0782d..150009c630caa307a47d95e5aa34dfd37c9e1256 100644 |
--- a/chrome/browser/chromeos/drive/file_system/download_operation.cc |
+++ b/components/drive/file_system/download_operation.cc |
@@ -2,21 +2,21 @@ |
// 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/download_operation.h" |
+#include "components/drive/file_system/download_operation.h" |
#include "base/callback_helpers.h" |
#include "base/files/file_path.h" |
#include "base/files/file_util.h" |
#include "base/logging.h" |
#include "base/task_runner_util.h" |
-#include "chrome/browser/chromeos/drive/drive.pb.h" |
-#include "chrome/browser/chromeos/drive/file_cache.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/file_system_core_util.h" |
-#include "chrome/browser/chromeos/drive/job_scheduler.h" |
-#include "chrome/browser/chromeos/drive/resource_metadata.h" |
+#include "components/drive/drive.pb.h" |
+#include "components/drive/file_cache.h" |
+#include "components/drive/file_change.h" |
+#include "components/drive/file_errors.h" |
+#include "components/drive/file_system/operation_delegate.h" |
+#include "components/drive/file_system_core_util.h" |
+#include "components/drive/job_scheduler.h" |
+#include "components/drive/resource_metadata.h" |
#include "google_apis/drive/drive_api_error_codes.h" |
namespace drive { |