| Index: chrome/browser/chromeos/gdata/drive_file_system.cc
|
| diff --git a/chrome/browser/chromeos/gdata/drive_file_system.cc b/chrome/browser/chromeos/gdata/drive_file_system.cc
|
| index baf1445c2aadf66ced963956614ec348d41abbf8..6565ce543cac1e52248279aacf5ab5b0ba38349a 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_file_system.cc
|
| +++ b/chrome/browser/chromeos/gdata/drive_file_system.cc
|
| @@ -17,7 +17,6 @@
|
| #include "base/threading/sequenced_worker_pool.h"
|
| #include "base/values.h"
|
| #include "chrome/browser/chromeos/gdata/drive.pb.h"
|
| -#include "chrome/browser/chromeos/gdata/drive_api_parser.h"
|
| #include "chrome/browser/chromeos/gdata/drive_files.h"
|
| #include "chrome/browser/chromeos/gdata/drive_file_system_util.h"
|
| #include "chrome/browser/chromeos/gdata/drive_function_remove.h"
|
| @@ -25,8 +24,9 @@
|
| #include "chrome/browser/chromeos/gdata/drive_system_service.h"
|
| #include "chrome/browser/chromeos/gdata/drive_uploader.h"
|
| #include "chrome/browser/chromeos/gdata/drive_webapps_registry.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_util.h"
|
| #include "chrome/browser/chromeos/gdata/task_util.h"
|
| +#include "chrome/browser/google_api/drive_api_parser.h"
|
| +#include "chrome/browser/google_api/gdata_util.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
|
|