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/quota | |
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/quota')
-rw-r--r-- | webkit/quota/quota_manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/quota/quota_manager.h b/webkit/quota/quota_manager.h index edfa1b9..29aedb2 100644 --- a/webkit/quota/quota_manager.h +++ b/webkit/quota/quota_manager.h @@ -23,7 +23,6 @@ #include "webkit/quota/quota_client.h" #include "webkit/quota/quota_database.h" #include "webkit/quota/quota_task.h" -#include "webkit/quota/quota_types.h" #include "webkit/quota/special_storage_policy.h" class FilePath; |