Index: content/child/fileapi/webfilewriter_impl.h |
diff --git a/content/child/fileapi/webfilewriter_impl.h b/content/child/fileapi/webfilewriter_impl.h |
index c92ea1ebea3cdf9ced98f44d0f8612afe42fa204..34f63bd3fb1b676ecb79ae159d26b46f34e84cea 100644 |
--- a/content/child/fileapi/webfilewriter_impl.h |
+++ b/content/child/fileapi/webfilewriter_impl.h |
@@ -24,7 +24,7 @@ class WebFileWriterImpl : public WebFileWriterBase, |
}; |
WebFileWriterImpl(const GURL& path, |
- WebKit::WebFileWriterClient* client, |
+ blink::WebFileWriterClient* client, |
Type type, |
base::MessageLoopProxy* main_thread_loop); |
virtual ~WebFileWriterImpl(); |