summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_operation_context.h
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-10 12:32:53 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-10 12:32:53 +0000
commite718f79ace495a9daecf2c561d8bebee30a0e675 (patch)
treebbcde23eedcc6071ab89c723caef44f8a7e92cff /webkit/fileapi/file_system_operation_context.h
parente56165e234c45b3c73505e9d2ac81ce4906448ee (diff)
downloadchromium_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_operation_context.h')
-rw-r--r--webkit/fileapi/file_system_operation_context.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/webkit/fileapi/file_system_operation_context.h b/webkit/fileapi/file_system_operation_context.h
index ff67309..275c7eb 100644
--- a/webkit/fileapi/file_system_operation_context.h
+++ b/webkit/fileapi/file_system_operation_context.h
@@ -5,13 +5,8 @@
#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,6 +15,10 @@
#include "webkit/fileapi/media/mtp_device_delegate.h"
#endif
+namespace base {
+class SequencedTaskRunner;
+}
+
namespace fileapi {
class MediaPathFilter;