Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Unified Diff: ios/web/public/app/web_main_runner.h

Issue 2246673002: [ios] Made web_main_runner.h header public. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing file Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/public/app/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ios/web/public/app/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698