| Index: webkit/support/test_shell_request_context.h
|
| diff --git a/webkit/tools/test_shell/test_shell_request_context.h b/webkit/support/test_shell_request_context.h
|
| similarity index 89%
|
| rename from webkit/tools/test_shell/test_shell_request_context.h
|
| rename to webkit/support/test_shell_request_context.h
|
| index bcd59e41eb4cd95ef28e78995ab19ee18942fd6b..40d36f5471b3925a143ab43bda585cc959ed7935 100644
|
| --- a/webkit/tools/test_shell/test_shell_request_context.h
|
| +++ b/webkit/support/test_shell_request_context.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_TEST_SHELL_REQUEST_CONTEXT_H_
|
| -#define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_REQUEST_CONTEXT_H_
|
| +#ifndef WEBKIT_SUPPORT_TEST_SHELL_REQUEST_CONTEXT_H_
|
| +#define WEBKIT_SUPPORT_TEST_SHELL_REQUEST_CONTEXT_H_
|
|
|
| #include "base/threading/thread.h"
|
| #include "net/http/http_cache.h"
|
| @@ -53,4 +53,4 @@ class TestShellRequestContext : public net::URLRequestContext {
|
| scoped_refptr<fileapi::FileSystemContext> file_system_context_;
|
| };
|
|
|
| -#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_REQUEST_CONTEXT_H_
|
| +#endif // WEBKIT_SUPPORT_TEST_SHELL_REQUEST_CONTEXT_H_
|
|
|