| 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 d7fa3632171bf5f25c021f420e31f8ce50c8305e..e47719f0416c053d64f8f1431ef02e8c0bc7b01c 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_file_system.cc
|
| +++ b/chrome/browser/chromeos/gdata/drive_file_system.cc
|
| @@ -15,14 +15,14 @@
|
| #include "base/values.h"
|
| #include "chrome/browser/api/prefs/pref_change_registrar.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"
|
| #include "chrome/browser/chromeos/gdata/drive_service_interface.h"
|
| #include "chrome/browser/chromeos/gdata/drive_uploader.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_util.h"
|
| #include "chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h"
|
| +#include "chrome/browser/google_apis/drive_api_parser.h"
|
| +#include "chrome/browser/google_apis/gdata_util.h"
|
| #include "chrome/browser/google_apis/task_util.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
|
|