diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 05:28:48 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 05:28:48 +0000 |
commit | 2b6b683647951a19f6736747079542cb2b0712a1 (patch) | |
tree | 2c028308d2bce2b365b5e1ccda1a5ce81c0b3418 /webkit/fileapi/file_system_operation_context.h | |
parent | 1cd0362fa6ab8f9a16f982f0367c095cbca13876 (diff) | |
download | chromium_src-2b6b683647951a19f6736747079542cb2b0712a1.zip chromium_src-2b6b683647951a19f6736747079542cb2b0712a1.tar.gz chromium_src-2b6b683647951a19f6736747079542cb2b0712a1.tar.bz2 |
Cleanup includes/headers in webkit/fileapi
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/11096022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161054 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/file_system_operation_context.h')
-rw-r--r-- | webkit/fileapi/file_system_operation_context.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/webkit/fileapi/file_system_operation_context.h b/webkit/fileapi/file_system_operation_context.h index ff67309..f1fd0bc 100644 --- a/webkit/fileapi/file_system_operation_context.h +++ b/webkit/fileapi/file_system_operation_context.h @@ -5,13 +5,7 @@ #ifndef WEBKIT_FILEAPI_FILE_SYSTEM_OPERATION_CONTEXT_H_ #define WEBKIT_FILEAPI_FILE_SYSTEM_OPERATION_CONTEXT_H_ -#include "base/logging.h" #include "base/memory/ref_counted.h" -#include "base/sequenced_task_runner.h" -#include "googleurl/src/gurl.h" -#include "webkit/fileapi/file_system_context.h" -#include "webkit/fileapi/file_system_file_util.h" -#include "webkit/fileapi/file_system_types.h" #include "webkit/fileapi/fileapi_export.h" #include "webkit/fileapi/media/mtp_device_file_system_config.h" #include "webkit/fileapi/task_runner_bound_observer_list.h" @@ -20,8 +14,13 @@ #include "webkit/fileapi/media/mtp_device_delegate.h" #endif +namespace base { +class SequencedTaskRunner; +} + namespace fileapi { +class FileSystemContext; class MediaPathFilter; class FILEAPI_EXPORT_PRIVATE FileSystemOperationContext { |