| Index: chrome/browser/chromeos/drive/file_system_util.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system_util.cc b/chrome/browser/chromeos/drive/file_system_util.cc
|
| index f9b56fadc2e8ec9e731ae1f57bb66fb7c9ff9192..f22fccbf364574f56068725f3fabe4d6e24fbb4b 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system_util.cc
|
| @@ -28,7 +28,6 @@
|
| #include "chrome/browser/chromeos/drive/job_list.h"
|
| #include "chrome/browser/chromeos/drive/write_on_cache_file.h"
|
| #include "chrome/browser/chromeos/profiles/profile_util.h"
|
| -#include "chrome/browser/google_apis/gdata_wapi_parser.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/common/chrome_constants.h"
|
| @@ -37,6 +36,7 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "chromeos/chromeos_constants.h"
|
| #include "content/public/browser/browser_thread.h"
|
| +#include "google_apis/drive/gdata_wapi_parser.h"
|
| #include "net/base/escape.h"
|
| #include "webkit/browser/fileapi/file_system_url.h"
|
|
|
|
|