| Index: components/drive/file_system.cc
|
| diff --git a/components/drive/file_system.cc b/components/drive/file_system.cc
|
| index c42da598f5997c6802fae0d79a3939bad7e2ff5b..dcb00a69f2bde13ec0e1fd5183af8a3496abc6ca 100644
|
| --- a/components/drive/file_system.cc
|
| +++ b/components/drive/file_system.cc
|
| @@ -9,7 +9,6 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/files/file_util.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "components/drive/change_list_loader.h"
|
| #include "components/drive/directory_loader.h"
|
| #include "components/drive/drive.pb.h"
|
| @@ -35,6 +34,7 @@
|
| #include "components/drive/resource_entry_conversion.h"
|
| #include "components/drive/search_metadata.h"
|
| #include "components/drive/sync_client.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "google_apis/drive/drive_api_parser.h"
|
|
|
| namespace drive {
|
|
|