summaryrefslogtreecommitdiff
path: root/chromium/content/child/fileapi/webfilewriter_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/child/fileapi/webfilewriter_impl.h')
-rw-r--r--chromium/content/child/fileapi/webfilewriter_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/child/fileapi/webfilewriter_impl.h b/chromium/content/child/fileapi/webfilewriter_impl.h
index 69b979b020d..e7b49b67b3c 100644
--- a/chromium/content/child/fileapi/webfilewriter_impl.h
+++ b/chromium/content/child/fileapi/webfilewriter_impl.h
@@ -8,12 +8,12 @@
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop_proxy.h"
-#include "content/child/fileapi/webfilewriter_base.h"
+#include "webkit/renderer/fileapi/webfilewriter_base.h"
namespace content {
// An implementation of WebFileWriter for use in chrome renderers and workers.
-class WebFileWriterImpl : public WebFileWriterBase,
+class WebFileWriterImpl : public fileapi::WebFileWriterBase,
public base::SupportsWeakPtr<WebFileWriterImpl> {
public:
enum Type {