| 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 5a0ad62a6e6e2b1c22022dbdf1d603110a7eeadd..2be96885127ca70b72317e435400b57b3be3c72b 100644
|
| --- a/webkit/tools/test_shell/simple_file_system.cc
|
| +++ b/webkit/tools/test_shell/simple_file_system.cc
|
| @@ -21,10 +21,10 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebVector.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/file_system_path_manager.h"
|
| #include "webkit/fileapi/file_system_types.h"
|
| +#include "webkit/fileapi/fileapi_file_util.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| #include "webkit/tools/test_shell/simple_file_writer.h"
|
|
|
| @@ -44,8 +44,8 @@ using WebKit::WebVector;
|
|
|
| using fileapi::FileSystemCallbackDispatcher;
|
| using fileapi::FileSystemContext;
|
| -using fileapi::FileSystemFileUtil;
|
| using fileapi::FileSystemOperation;
|
| +using fileapi::FileUtil;
|
|
|
| namespace {
|
|
|
|
|