| Index: ios/web/public/app/web_main_runner.h
|
| diff --git a/ios/web/app/web_main_runner.h b/ios/web/public/app/web_main_runner.h
|
| similarity index 81%
|
| copy from ios/web/app/web_main_runner.h
|
| copy to ios/web/public/app/web_main_runner.h
|
| index c0c3c6fcb1a5b3c872afbef0c7ce13806cd435fb..aa940f4dceb716877b0a244ccd629e21af0f4e61 100644
|
| --- a/ios/web/app/web_main_runner.h
|
| +++ b/ios/web/public/app/web_main_runner.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_APP_WEB_MAIN_RUNNER_H_
|
| -#define IOS_WEB_APP_WEB_MAIN_RUNNER_H_
|
| +#ifndef IOS_WEB_PUBLIC_APP_WEB_MAIN_RUNNER_H_
|
| +#define IOS_WEB_PUBLIC_APP_WEB_MAIN_RUNNER_H_
|
|
|
| #include "ios/web/public/app/web_main.h"
|
|
|
| @@ -26,4 +26,4 @@ class WebMainRunner {
|
|
|
| } // namespace web
|
|
|
| -#endif // IOS_WEB_APP_WEB_MAIN_RUNNER_H_
|
| +#endif // IOS_WEB_PUBLIC_APP_WEB_MAIN_RUNNER_H_
|
|
|