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 ef67a13b5c2c25de177f4e19f012ccb2e7c060be..6b618820ae9b5669e4ffa9bf1a5de35aef8b00d7 100644 |
--- a/webkit/tools/test_shell/simple_file_system.cc |
+++ b/webkit/tools/test_shell/simple_file_system.cc |
@@ -21,8 +21,8 @@ |
#include "webkit/fileapi/file_system_callback_dispatcher.h" |
#include "webkit/fileapi/file_system_context.h" |
#include "webkit/fileapi/file_system_operation.h" |
-#include "webkit/fileapi/file_system_path_manager.h" |
#include "webkit/fileapi/file_system_types.h" |
+#include "webkit/fileapi/mock_file_system_options.h" |
#include "webkit/glue/webkit_glue.h" |
#include "webkit/tools/test_shell/simple_file_writer.h" |
@@ -128,9 +128,7 @@ SimpleFileSystem::SimpleFileSystem() { |
NULL /* special storage policy */, |
NULL /* quota manager */, |
file_system_dir_.path(), |
- false /* incognito */, |
- true /* allow_file_access */, |
- NULL); |
+ fileapi::CreateAllowFileAccessOptions()); |
} else { |
LOG(WARNING) << "Failed to create a temp dir for the filesystem." |
"FileSystem feature will be disabled."; |