| Index: content/test/webkit_support.h
|
| diff --git a/webkit/support/webkit_support.h b/content/test/webkit_support.h
|
| similarity index 77%
|
| rename from webkit/support/webkit_support.h
|
| rename to content/test/webkit_support.h
|
| index ed09e67f52776bbbe63bccc845830d0e1bfe3623..e3bc11ae1656176d22552dc5d27f5c5747bf2027 100644
|
| --- a/webkit/support/webkit_support.h
|
| +++ b/content/test/webkit_support.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_SUPPORT_WEBKIT_SUPPORT_H_
|
| -#define WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_
|
| +#ifndef CONTENT_TEST_WEBKIT_SUPPORT_H_
|
| +#define CONTENT_TEST_WEBKIT_SUPPORT_H_
|
|
|
| // This package provides functions used by webkit_unit_tests.
|
| namespace webkit_support {
|
| @@ -14,4 +14,4 @@ void TearDownTestEnvironment();
|
|
|
| } // namespace webkit_support
|
|
|
| -#endif // WEBKIT_SUPPORT_WEBKIT_SUPPORT_H_
|
| +#endif // CONTENT_TEST_WEBKIT_SUPPORT_H_
|
|
|