Index: components/drive/fake_file_system_unittest.cc |
diff --git a/chrome/browser/chromeos/drive/fake_file_system_unittest.cc b/components/drive/fake_file_system_unittest.cc |
similarity index 97% |
rename from chrome/browser/chromeos/drive/fake_file_system_unittest.cc |
rename to components/drive/fake_file_system_unittest.cc |
index cacec3aedd23bd8d9e4cbf98535ac3bf48046418..fcaa82c6b93e0cfc84c292bb76e7cd754d89088e 100644 |
--- a/chrome/browser/chromeos/drive/fake_file_system_unittest.cc |
+++ b/components/drive/fake_file_system_unittest.cc |
@@ -2,11 +2,11 @@ |
// 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/fake_file_system.h" |
+#include "components/drive/fake_file_system.h" |
#include "base/files/file_util.h" |
#include "base/run_loop.h" |
-#include "chrome/browser/chromeos/drive/file_system_core_util.h" |
+#include "components/drive/file_system_core_util.h" |
#include "components/drive/service/fake_drive_service.h" |
#include "components/drive/service/test_util.h" |
#include "content/public/test/test_browser_thread_bundle.h" |