| Index: webkit/support/simple_appcache_system.h
|
| diff --git a/webkit/tools/test_shell/simple_appcache_system.h b/webkit/support/simple_appcache_system.h
|
| similarity index 96%
|
| rename from webkit/tools/test_shell/simple_appcache_system.h
|
| rename to webkit/support/simple_appcache_system.h
|
| index e6639ad499ec2bf1ed055562827fcc707248ad5e..c07a52f50e8cec53c31c5a3a2e899e6429f3d3e2 100644
|
| --- a/webkit/tools/test_shell/simple_appcache_system.h
|
| +++ b/webkit/support/simple_appcache_system.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_APPCACHE_SYSTEM_H_
|
| -#define WEBKIT_TOOLS_TEST_SHELL_SIMPLE_APPCACHE_SYSTEM_H_
|
| +#ifndef WEBKIT_SUPPORT_SIMPLE_APPCACHE_SYSTEM_H_
|
| +#define WEBKIT_SUPPORT_SIMPLE_APPCACHE_SYSTEM_H_
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/message_loop.h"
|
| @@ -133,4 +133,4 @@ class SimpleAppCacheSystem {
|
| static SimpleAppCacheSystem* instance_;
|
| };
|
|
|
| -#endif // WEBKIT_TOOLS_TEST_SHELL_SIMPLE_APPCACHE_SYSTEM_H_
|
| +#endif // WEBKIT_SUPPORT_SIMPLE_APPCACHE_SYSTEM_H_
|
|
|