| Index: webkit/support/simple_file_writer.cc
|
| diff --git a/webkit/tools/test_shell/simple_file_writer.cc b/webkit/support/simple_file_writer.cc
|
| similarity index 98%
|
| rename from webkit/tools/test_shell/simple_file_writer.cc
|
| rename to webkit/support/simple_file_writer.cc
|
| index b6e15c6120384b16875fda8635681ba50eb7cc8c..b372fd1ebb22c1b858721da7b38aa294a1c26346 100644
|
| --- a/webkit/tools/test_shell/simple_file_writer.cc
|
| +++ b/webkit/support/simple_file_writer.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/tools/test_shell/simple_file_writer.h"
|
| +#include "webkit/support/simple_file_writer.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| @@ -14,7 +14,7 @@
|
| #include "webkit/browser/fileapi/file_system_url.h"
|
| #include "webkit/common/fileapi/file_system_types.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| -#include "webkit/tools/test_shell/simple_resource_loader_bridge.h"
|
| +#include "webkit/support/simple_resource_loader_bridge.h"
|
|
|
| using fileapi::FileSystemURL;
|
| using fileapi::FileSystemContext;
|
|
|