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

Unified Diff: components/web_view/frame_utils.cc

Issue 1679573002: Move shell interfaces into the shell.mojom namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . Created 4 years, 10 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 | « components/web_view/frame_connection.cc ('k') | content/browser/frame_host/frame_mojo_shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « components/web_view/frame_connection.cc ('k') | content/browser/frame_host/frame_mojo_shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698