Index: components/drive/search_metadata_unittest.cc |
diff --git a/chrome/browser/chromeos/drive/search_metadata_unittest.cc b/components/drive/search_metadata_unittest.cc |
similarity index 98% |
rename from chrome/browser/chromeos/drive/search_metadata_unittest.cc |
rename to components/drive/search_metadata_unittest.cc |
index 915104b935a0327782c315a3f5b9b1ae35d641b3..9d54b67b9fa24e9ba104f649eba92563934b253b 100644 |
--- a/chrome/browser/chromeos/drive/search_metadata_unittest.cc |
+++ b/components/drive/search_metadata_unittest.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 "base/files/file_util.h" |
#include "base/files/scoped_temp_dir.h" |
@@ -11,11 +11,11 @@ |
#include "base/single_thread_task_runner.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/thread_task_runner_handle.h" |
-#include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h" |
-#include "chrome/browser/chromeos/drive/file_cache.h" |
-#include "chrome/browser/chromeos/drive/file_system_core_util.h" |
-#include "chrome/browser/chromeos/drive/test_util.h" |
#include "components/drive/drive_api_util.h" |
+#include "components/drive/fake_free_disk_space_getter.h" |
+#include "components/drive/file_cache.h" |
+#include "components/drive/file_system_core_util.h" |
+#include "components/drive/test_util.h" |
#include "content/public/test/test_browser_thread_bundle.h" |
#include "testing/gtest/include/gtest/gtest.h" |