| Index: chrome/browser/chromeos/drive/file_system.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system.cc b/chrome/browser/chromeos/drive/file_system.cc
|
| index fda0a69f9584023c2ff465d8a198ea8dda22d0a0..a57b9856afb9dfb6e7a9360d89d8958577ddb8a8 100644
|
| --- a/chrome/browser/chromeos/drive/file_system.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system.cc
|
| @@ -9,9 +9,7 @@
|
| #include "base/prefs/pref_service.h"
|
| #include "chrome/browser/chromeos/drive/change_list_loader.h"
|
| #include "chrome/browser/chromeos/drive/directory_loader.h"
|
| -#include "chrome/browser/chromeos/drive/drive_pref_names.h"
|
| #include "chrome/browser/chromeos/drive/file_cache.h"
|
| -#include "chrome/browser/chromeos/drive/file_change.h"
|
| #include "chrome/browser/chromeos/drive/file_system/copy_operation.h"
|
| #include "chrome/browser/chromeos/drive/file_system/create_directory_operation.h"
|
| #include "chrome/browser/chromeos/drive/file_system/create_file_operation.h"
|
| @@ -32,6 +30,8 @@
|
| #include "chrome/browser/chromeos/drive/search_metadata.h"
|
| #include "chrome/browser/chromeos/drive/sync_client.h"
|
| #include "components/drive/drive.pb.h"
|
| +#include "components/drive/drive_pref_names.h"
|
| +#include "components/drive/file_change.h"
|
| #include "google_apis/drive/drive_api_parser.h"
|
|
|
| namespace drive {
|
|
|