| 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 {
|
|
|
|
|