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 63923438bfb5f996ddd2fe3411f7528ba2c8c1ca..bbd67f6ec9eb65d89f42467630a438cfb0e32c9d 100644 |
--- a/chrome/browser/browsing_data/browsing_data_file_system_helper.cc |
+++ b/chrome/browser/browsing_data/browsing_data_file_system_helper.cc |
@@ -14,9 +14,9 @@ |
#include "base/strings/utf_string_conversions.h" |
#include "chrome/browser/browsing_data/browsing_data_helper.h" |
#include "content/public/browser/browser_thread.h" |
+#include "storage/browser/fileapi/file_system_context.h" |
+#include "storage/browser/fileapi/file_system_quota_util.h" |
#include "storage/common/fileapi/file_system_types.h" |
-#include "webkit/browser/fileapi/file_system_context.h" |
-#include "webkit/browser/fileapi/file_system_quota_util.h" |
using content::BrowserThread; |