| Index: chrome/browser/browsing_data_file_system_helper.cc
|
| diff --git a/chrome/browser/browsing_data_file_system_helper.cc b/chrome/browser/browsing_data_file_system_helper.cc
|
| index ae7c039af6b94c2e5031d260843b8a9cc8779e1b..8a523eff53179703623165ced5354600833ed703 100644
|
| --- a/chrome/browser/browsing_data_file_system_helper.cc
|
| +++ b/chrome/browser/browsing_data_file_system_helper.cc
|
| @@ -12,9 +12,9 @@
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "content/browser/browser_thread.h"
|
| -#include "webkit/fileapi/file_system_quota_util.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/fileapi/file_system_types.h"
|
| #include "webkit/fileapi/sandbox_mount_point_provider.h"
|
|
|
|
|