| Index: webkit/support/simple_file_writer.h
|
| diff --git a/webkit/tools/test_shell/simple_file_writer.h b/webkit/support/simple_file_writer.h
|
| similarity index 90%
|
| rename from webkit/tools/test_shell/simple_file_writer.h
|
| rename to webkit/support/simple_file_writer.h
|
| index 41f11fac7dc7ab6fd2515a4739068b2acd067648..778fb5532a561bf5b7f94e8bfcfe30b840b49777 100644
|
| --- a/webkit/tools/test_shell/simple_file_writer.h
|
| +++ b/webkit/support/simple_file_writer.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_TOOLS_TEST_SHELL_SIMPLE_FILE_WRITER_H_
|
| -#define WEBKIT_TOOLS_TEST_SHELL_SIMPLE_FILE_WRITER_H_
|
| +#ifndef WEBKIT_SUPPORT_SIMPLE_FILE_WRITER_H_
|
| +#define WEBKIT_SUPPORT_SIMPLE_FILE_WRITER_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -50,4 +50,4 @@ class SimpleFileWriter : public fileapi::WebFileWriterBase,
|
| static net::URLRequestContext* request_context_;
|
| };
|
|
|
| -#endif // WEBKIT_TOOLS_TEST_SHELL_SIMPLE_FILE_WRITER_H_
|
| +#endif // WEBKIT_SUPPORT_SIMPLE_FILE_WRITER_H_
|
|
|