Index: components/drive/file_system/create_file_operation_unittest.cc |
diff --git a/chrome/browser/chromeos/drive/file_system/create_file_operation_unittest.cc b/components/drive/file_system/create_file_operation_unittest.cc |
similarity index 96% |
rename from chrome/browser/chromeos/drive/file_system/create_file_operation_unittest.cc |
rename to components/drive/file_system/create_file_operation_unittest.cc |
index fb12665191ed1630987bfe568640a42bae22376c..79b44566ed154cb949b3eda41339e91bb399bf87 100644 |
--- a/chrome/browser/chromeos/drive/file_system/create_file_operation_unittest.cc |
+++ b/components/drive/file_system/create_file_operation_unittest.cc |
@@ -2,10 +2,10 @@ |
// 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/create_file_operation.h" |
+#include "components/drive/file_system/create_file_operation.h" |
-#include "chrome/browser/chromeos/drive/file_change.h" |
-#include "chrome/browser/chromeos/drive/file_system/operation_test_base.h" |
+#include "components/drive/file_change.h" |
+#include "components/drive/file_system/operation_test_base.h" |
#include "content/public/test/test_utils.h" |
#include "google_apis/drive/test_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |