Index: webkit/tools/test_shell/simple_file_writer.h |
diff --git a/webkit/tools/test_shell/simple_file_writer.h b/webkit/tools/test_shell/simple_file_writer.h |
index f4f377234802a04950bc5ce9c6c2ab065384d7f8..8c1a0fd77063b3f3ab1d2f155a249ac1a6a7c032 100644 |
--- a/webkit/tools/test_shell/simple_file_writer.h |
+++ b/webkit/tools/test_shell/simple_file_writer.h |
@@ -45,6 +45,7 @@ class SimpleFileWriter : public fileapi::WebFileWriterBase, |
private: |
class IOThreadProxy; |
+ scoped_refptr<fileapi::FileSystemContext> file_system_context_; |
scoped_refptr<IOThreadProxy> io_thread_proxy_; |
static net::URLRequestContext* request_context_; |
}; |