Index: components/drive/search_metadata.cc |
diff --git a/chrome/browser/chromeos/drive/search_metadata.cc b/components/drive/search_metadata.cc |
similarity index 98% |
rename from chrome/browser/chromeos/drive/search_metadata.cc |
rename to components/drive/search_metadata.cc |
index e057ce3e670b2331a6d613cbbc98dfaa16d16dee..381e81fb0db9260cbd4f4a3778abfcae8c63ddfd 100644 |
--- a/chrome/browser/chromeos/drive/search_metadata.cc |
+++ b/components/drive/search_metadata.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/search_metadata.h" |
+#include "components/drive/search_metadata.h" |
#include <algorithm> |
#include <queue> |
@@ -12,8 +12,8 @@ |
#include "base/metrics/histogram.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/time/time.h" |
-#include "chrome/browser/chromeos/drive/file_system_core_util.h" |
#include "components/drive/drive_api_util.h" |
+#include "components/drive/file_system_core_util.h" |
#include "net/base/escape.h" |
namespace drive { |