Index: components/drive/file_system/search_operation.cc |
diff --git a/chrome/browser/chromeos/drive/file_system/search_operation.cc b/components/drive/file_system/search_operation.cc |
similarity index 93% |
rename from chrome/browser/chromeos/drive/file_system/search_operation.cc |
rename to components/drive/file_system/search_operation.cc |
index 68f96184eec5b634c2c481c48d84de63541a13d0..a0be870bf982f7d26ed10b5869973fdf2c8931ab 100644 |
--- a/chrome/browser/chromeos/drive/file_system/search_operation.cc |
+++ b/components/drive/file_system/search_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/search_operation.h" |
+#include "components/drive/file_system/search_operation.h" |
#include <string> |
#include <vector> |
@@ -11,12 +11,12 @@ |
#include "base/bind_helpers.h" |
#include "base/callback.h" |
#include "base/task_runner_util.h" |
-#include "chrome/browser/chromeos/drive/change_list_loader.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_entry_conversion.h" |
-#include "chrome/browser/chromeos/drive/resource_metadata.h" |
+#include "components/drive/change_list_loader.h" |
#include "components/drive/drive_api_util.h" |
+#include "components/drive/file_system_core_util.h" |
+#include "components/drive/job_scheduler.h" |
+#include "components/drive/resource_entry_conversion.h" |
+#include "components/drive/resource_metadata.h" |
#include "google_apis/drive/drive_api_parser.h" |
#include "url/gurl.h" |