| Index: webkit/tools/test_shell/simple_file_writer.cc
|
| diff --git a/webkit/tools/test_shell/simple_file_writer.cc b/webkit/tools/test_shell/simple_file_writer.cc
|
| index 83bc59f3c8f6b1c8f184345cdf5f5078671deb40..83cbfe0080437597e207cba1ecb3f26db52a930b 100644
|
| --- a/webkit/tools/test_shell/simple_file_writer.cc
|
| +++ b/webkit/tools/test_shell/simple_file_writer.cc
|
| @@ -9,15 +9,15 @@
|
| #include "net/url_request/url_request_context.h"
|
| #include "webkit/fileapi/file_system_callback_dispatcher.h"
|
| #include "webkit/fileapi/file_system_context.h"
|
| -#include "webkit/fileapi/file_system_file_util.h"
|
| #include "webkit/fileapi/file_system_operation.h"
|
| +#include "webkit/fileapi/fileapi_file_util.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| #include "webkit/tools/test_shell/simple_resource_loader_bridge.h"
|
|
|
| using fileapi::FileSystemCallbackDispatcher;
|
| using fileapi::FileSystemContext;
|
| -using fileapi::FileSystemFileUtil;
|
| using fileapi::FileSystemOperation;
|
| +using fileapi::FileUtil;
|
| using fileapi::WebFileWriterBase;
|
| using WebKit::WebFileWriterClient;
|
| using WebKit::WebString;
|
|
|