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

Unified Diff: ios/web/app/web_main_runner.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
Index: ios/web/app/web_main_runner.mm
diff --git a/ios/web/app/web_main_runner.mm b/ios/web/app/web_main_runner.mm
index ac422f79f3096aa89e232dd07b78a6187f81b3cf..6592da8dc901c07419a2ff46b22f1be5953391ea 100644
--- a/ios/web/app/web_main_runner.mm
+++ b/ios/web/app/web_main_runner.mm
@@ -2,7 +2,7 @@
// 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_runner.h"
#include "base/at_exit.h"
#include "base/command_line.h"

Powered by Google App Engine
This is Rietveld 408576698