| Index: ios/web/public/test/web_js_test.h
|
| diff --git a/ios/web/public/test/web_js_test.h b/ios/web/public/test/web_js_test.h
|
| index 9bdb0f06b86115d135e6ee5416452ca06da64a23..f47ceb4956fd59d397316c61d615a6fa86aa821e 100644
|
| --- a/ios/web/public/test/web_js_test.h
|
| +++ b/ios/web/public/test/web_js_test.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 IOS_INTERNAL_CHROME_BROWSER_WEB_WEB_JS_TEST_H_
|
| -#define IOS_INTERNAL_CHROME_BROWSER_WEB_WEB_JS_TEST_H_
|
| +#ifndef IOS_WEB_PUBLIC_TEST_WEB_JS_TEST_H_
|
| +#define IOS_WEB_PUBLIC_TEST_WEB_JS_TEST_H_
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| @@ -112,4 +112,4 @@ void WebJsTest<WebTestT>::ExecuteBooleanJavaScriptOnElementsAndCheck(
|
|
|
| } // namespace web
|
|
|
| -#endif // IOS_INTERNAL_CHROME_BROWSER_WEB_WEB_JS_TEST_H_
|
| +#endif // IOS_WEB_PUBLIC_TEST_WEB_JS_TEST_H_
|
|
|