| Index: components/web_view/frame_utils.cc
|
| diff --git a/components/web_view/frame_utils.cc b/components/web_view/frame_utils.cc
|
| index 03ee9e23bcb713556b977023149a805887beca62..afc93477ff08c7db0fc6aa1a6ba42cb292b473c5 100644
|
| --- a/components/web_view/frame_utils.cc
|
| +++ b/components/web_view/frame_utils.cc
|
| @@ -20,7 +20,7 @@ bool AlwaysCreateNewFrameTree() {
|
|
|
| bool AreAppIdsEqual(uint32_t app_id1, uint32_t app_id2) {
|
| return app_id1 == app_id2 &&
|
| - app_id1 != mojo::Shell::kInvalidApplicationID &&
|
| + app_id1 != mojo::shell::mojom::Shell::kInvalidApplicationID &&
|
| !AlwaysCreateNewFrameTree();
|
| }
|
|
|
|
|