summaryrefslogtreecommitdiffstats
path: root/components/drive/file_system/operation_test_base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/drive/file_system/operation_test_base.cc')
-rw-r--r--components/drive/file_system/operation_test_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/drive/file_system/operation_test_base.cc b/components/drive/file_system/operation_test_base.cc
index 0aad574..603aed4 100644
--- a/components/drive/file_system/operation_test_base.cc
+++ b/components/drive/file_system/operation_test_base.cc
@@ -4,6 +4,7 @@
#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"
@@ -15,7 +16,6 @@
#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"