| Index: ios/web/public/web_view_util.h
|
| diff --git a/ios/web/web_view_util.h b/ios/web/public/web_view_util.h
|
| similarity index 70%
|
| rename from ios/web/web_view_util.h
|
| rename to ios/web/public/web_view_util.h
|
| index a625c57caead6dc455bf6e21e34bda1114de56d1..ed49cf8c17d49adec6ffc299690cca31d1596bd9 100644
|
| --- a/ios/web/web_view_util.h
|
| +++ b/ios/web/public/web_view_util.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_WEB_WEB_VIEW_UTIL_H_
|
| -#define IOS_WEB_WEB_VIEW_UTIL_H_
|
| +#ifndef IOS_WEB_PUBLIC_WEB_VIEW_UTIL_H_
|
| +#define IOS_WEB_PUBLIC_WEB_VIEW_UTIL_H_
|
|
|
| namespace web {
|
|
|
| @@ -12,4 +12,4 @@ bool IsWKWebViewSupported();
|
|
|
| } // web
|
|
|
| -#endif // IOS_WEB_WEB_VIEW_UTIL_H_
|
| +#endif // IOS_WEB_PUBLIC_WEB_VIEW_UTIL_H_
|
|
|