Index: components/drive/sync/entry_revert_performer_unittest.cc |
diff --git a/chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc b/components/drive/sync/entry_revert_performer_unittest.cc |
similarity index 93% |
rename from chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc |
rename to components/drive/sync/entry_revert_performer_unittest.cc |
index 6bdcad777e2393690647d3f450663f286670bf5c..421749a2078fde16fe31123984acb1413475f5ca 100644 |
--- a/chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc |
+++ b/components/drive/sync/entry_revert_performer_unittest.cc |
@@ -2,14 +2,14 @@ |
// 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/sync/entry_revert_performer.h" |
+#include "components/drive/sync/entry_revert_performer.h" |
#include "base/task_runner_util.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 "chrome/browser/chromeos/drive/job_scheduler.h" |
-#include "chrome/browser/chromeos/drive/resource_metadata.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 "components/drive/job_scheduler.h" |
+#include "components/drive/resource_metadata.h" |
#include "components/drive/service/fake_drive_service.h" |
#include "content/public/test/test_utils.h" |
#include "google_apis/drive/test_util.h" |