| Index: ios/web/public/test/earl_grey/web_view_matchers.h
|
| diff --git a/ios/web/public/test/earl_grey/web_view_matchers.h b/ios/web/public/test/earl_grey/web_view_matchers.h
|
| index 70e05e5bedf847df31eb019942f08f6bdf21def7..3a58b086a7a9c38a3307b9b9df65fbdfdb9c4580 100644
|
| --- a/ios/web/public/test/earl_grey/web_view_matchers.h
|
| +++ b/ios/web/public/test/earl_grey/web_view_matchers.h
|
| @@ -2,7 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#import <string>
|
| +#ifndef IOS_WEB_PUBLIC_TEST_EARL_GREY_WEB_VIEW_MATCHERS_H_
|
| +#define IOS_WEB_PUBLIC_TEST_EARL_GREY_WEB_VIEW_MATCHERS_H_
|
| +
|
| +#include <string>
|
|
|
| #import <EarlGrey/EarlGrey.h>
|
|
|
| @@ -29,3 +32,5 @@ id<GREYMatcher> webViewCssSelector(std::string selector, WebState* web_state);
|
| id<GREYMatcher> webViewScrollView(WebState* web_state);
|
|
|
| } // namespace web
|
| +
|
| +#endif // IOS_WEB_PUBLIC_TEST_EARL_GREY_WEB_VIEW_MATCHERS_H_
|
|
|