| Index: components/drive/file_system/operation_test_base.cc
|
| diff --git a/components/drive/file_system/operation_test_base.cc b/components/drive/file_system/operation_test_base.cc
|
| index 603aed49933094fa0a4bbbc80ebf9de5d9978b2b..0aad574de79290dcc8b856e6b9877854c6f9a934 100644
|
| --- a/components/drive/file_system/operation_test_base.cc
|
| +++ b/components/drive/file_system/operation_test_base.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "components/drive/file_system/operation_test_base.h"
|
|
|
| -#include "base/prefs/testing_pref_service.h"
|
| #include "base/threading/sequenced_worker_pool.h"
|
| #include "components/drive/change_list_loader.h"
|
| #include "components/drive/event_logger.h"
|
| @@ -16,6 +15,7 @@
|
| #include "components/drive/resource_metadata.h"
|
| #include "components/drive/service/fake_drive_service.h"
|
| #include "components/drive/service/test_util.h"
|
| +#include "components/prefs/testing_pref_service.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "google_apis/drive/test_util.h"
|
|
|