| Index: components/drive/sync_client_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/sync_client_unittest.cc b/components/drive/sync_client_unittest.cc
|
| similarity index 95%
|
| rename from chrome/browser/chromeos/drive/sync_client_unittest.cc
|
| rename to components/drive/sync_client_unittest.cc
|
| index caa20fe5629651a42737b212d5a4d264750c8e0c..19b7a8bdc554704fb230ac21fbb3963351ca2500 100644
|
| --- a/chrome/browser/chromeos/drive/sync_client_unittest.cc
|
| +++ b/components/drive/sync_client_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // 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_client.h"
|
| +#include "components/drive/sync_client.h"
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
| @@ -13,21 +13,21 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/test/test_timeouts.h"
|
| #include "base/thread_task_runner_handle.h"
|
| -#include "chrome/browser/chromeos/drive/change_list_loader.h"
|
| -#include "chrome/browser/chromeos/drive/drive.pb.h"
|
| -#include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
|
| -#include "chrome/browser/chromeos/drive/file_cache.h"
|
| -#include "chrome/browser/chromeos/drive/file_change.h"
|
| -#include "chrome/browser/chromeos/drive/file_system/move_operation.h"
|
| -#include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
|
| -#include "chrome/browser/chromeos/drive/file_system/remove_operation.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_entry_conversion.h"
|
| -#include "chrome/browser/chromeos/drive/resource_metadata.h"
|
| -#include "chrome/browser/chromeos/drive/test_util.h"
|
| +#include "components/drive/change_list_loader.h"
|
| +#include "components/drive/drive.pb.h"
|
| #include "components/drive/event_logger.h"
|
| +#include "components/drive/fake_free_disk_space_getter.h"
|
| +#include "components/drive/file_cache.h"
|
| +#include "components/drive/file_change.h"
|
| +#include "components/drive/file_system/move_operation.h"
|
| +#include "components/drive/file_system/operation_delegate.h"
|
| +#include "components/drive/file_system/remove_operation.h"
|
| +#include "components/drive/file_system_core_util.h"
|
| +#include "components/drive/job_scheduler.h"
|
| +#include "components/drive/resource_entry_conversion.h"
|
| +#include "components/drive/resource_metadata.h"
|
| #include "components/drive/service/fake_drive_service.h"
|
| +#include "components/drive/test_util.h"
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "google_apis/drive/drive_api_parser.h"
|
| #include "google_apis/drive/test_util.h"
|
|
|