| Index: components/drive/sync/remove_performer_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/sync/remove_performer_unittest.cc b/components/drive/sync/remove_performer_unittest.cc
|
| similarity index 95%
|
| rename from chrome/browser/chromeos/drive/sync/remove_performer_unittest.cc
|
| rename to components/drive/sync/remove_performer_unittest.cc
|
| index 98b0ce03318e80d75a072db77d462943a4c6e5ed..7404d0083c2a77e952a1225d1c17d4fdd30f8a0d 100644
|
| --- a/chrome/browser/chromeos/drive/sync/remove_performer_unittest.cc
|
| +++ b/components/drive/sync/remove_performer_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // 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/remove_performer.h"
|
| +#include "components/drive/sync/remove_performer.h"
|
|
|
| #include "base/task_runner_util.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_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/drive_api_parser.h"
|
|
|