Index: components/drive/file_system/remove_operation_unittest.cc |
diff --git a/chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc b/components/drive/file_system/remove_operation_unittest.cc |
similarity index 95% |
rename from chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc |
rename to components/drive/file_system/remove_operation_unittest.cc |
index 325afd95539d8d4624e619db4b7e6c0b00c145ca..5401275281470b9be63f26aa4616895d014308c6 100644 |
--- a/chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc |
+++ b/components/drive/file_system/remove_operation_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/file_system/remove_operation.h" |
+#include "components/drive/file_system/remove_operation.h" |
-#include "chrome/browser/chromeos/drive/file_change.h" |
-#include "chrome/browser/chromeos/drive/file_system/operation_test_base.h" |
-#include "chrome/browser/chromeos/drive/file_system_core_util.h" |
+#include "components/drive/file_change.h" |
+#include "components/drive/file_system/operation_test_base.h" |
+#include "components/drive/file_system_core_util.h" |
#include "content/public/test/test_utils.h" |
#include "google_apis/drive/test_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |