Index: webkit/tools/test_shell/simple_file_system.cc |
diff --git a/webkit/tools/test_shell/simple_file_system.cc b/webkit/tools/test_shell/simple_file_system.cc |
index 1400ebd828c3a05f25496e4b7184122ba1528d69..21ab81dc0ce098dff1f4ea663be6679ea3bc35df 100644 |
--- a/webkit/tools/test_shell/simple_file_system.cc |
+++ b/webkit/tools/test_shell/simple_file_system.cc |
@@ -76,6 +76,7 @@ SimpleFileSystem::SimpleFileSystem() { |
file_system_context_ = new FileSystemContext( |
base::MessageLoopProxy::current(), |
base::MessageLoopProxy::current(), |
+ base::MessageLoopProxy::current(), |
NULL /* special storage policy */, |
NULL /* quota manager */, |
file_system_dir_.path(), |