diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 12:32:53 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 12:32:53 +0000 |
commit | e718f79ace495a9daecf2c561d8bebee30a0e675 (patch) | |
tree | bbcde23eedcc6071ab89c723caef44f8a7e92cff /webkit/fileapi/file_system_context.h | |
parent | e56165e234c45b3c73505e9d2ac81ce4906448ee (diff) | |
download | chromium_src-e718f79ace495a9daecf2c561d8bebee30a0e675.zip chromium_src-e718f79ace495a9daecf2c561d8bebee30a0e675.tar.gz chromium_src-e718f79ace495a9daecf2c561d8bebee30a0e675.tar.bz2 |
2nd try: Cleanup includes/headers in webkit/fileapi
Original review: http://codereview.chromium.org/11096022/
Changes from the original review: added file_system_context.h include in
webkit/fileapi/file_system_operation_context.h (as it needs the definition
for implicit copy constructor)
BUG=none
TEST=green bots
TBR=tzik@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11091041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161095 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/file_system_context.h')
-rw-r--r-- | webkit/fileapi/file_system_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/fileapi/file_system_context.h b/webkit/fileapi/file_system_context.h index e870ed7..d3ea22e 100644 --- a/webkit/fileapi/file_system_context.h +++ b/webkit/fileapi/file_system_context.h @@ -16,12 +16,12 @@ #include "webkit/fileapi/file_system_types.h" #include "webkit/fileapi/fileapi_export.h" #include "webkit/fileapi/task_runner_bound_observer_list.h" -#include "webkit/quota/special_storage_policy.h" class FilePath; namespace quota { class QuotaManagerProxy; +class SpecialStoragePolicy; } namespace webkit_blob { |