| Index: chrome/browser/browsing_data/browsing_data_file_system_helper.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_file_system_helper.cc b/chrome/browser/browsing_data/browsing_data_file_system_helper.cc
|
| index a938cc43362ca50c48ba8bd819e4256967057e6b..e6121edc1123ce0977e06ea5265aa3e5387365de 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_file_system_helper.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_file_system_helper.cc
|
| @@ -13,10 +13,10 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/browsing_data/browsing_data_helper.h"
|
| #include "content/public/browser/browser_thread.h"
|
| -#include "webkit/fileapi/file_system_context.h"
|
| -#include "webkit/fileapi/file_system_quota_util.h"
|
| +#include "webkit/browser/fileapi/file_system_context.h"
|
| +#include "webkit/browser/fileapi/file_system_quota_util.h"
|
| +#include "webkit/browser/fileapi/sandbox_mount_point_provider.h"
|
| #include "webkit/fileapi/file_system_types.h"
|
| -#include "webkit/fileapi/sandbox_mount_point_provider.h"
|
|
|
| using content::BrowserThread;
|
|
|
|
|