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

Unified Diff: ios/web/app/web_main.mm

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 | « no previous file | ios/web/app/web_main_runner.h » ('j') | ios/web/public/app/web_main_runner.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/app/web_main.mm
diff --git a/ios/web/app/web_main.mm b/ios/web/app/web_main.mm
index 5e5aa2b80886790e52deb48302c4fa7716ac3bd6..0625343a94c07bc812cf6f7a3fcd08058bb39560 100644
--- a/ios/web/app/web_main.mm
+++ b/ios/web/app/web_main.mm
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ios/web/app/web_main_runner.h"
#include "ios/web/public/app/web_main.h"
+#include "ios/web/public/app/web_main_runner.h"
namespace web {
« no previous file with comments | « no previous file | ios/web/app/web_main_runner.h » ('j') | ios/web/public/app/web_main_runner.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698