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

Unified Diff: components/mus/ws/test_utils.cc

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/mus/ws/platform_display_init_params.h ('k') | components/mus/ws/user_id_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/test_utils.cc
diff --git a/components/mus/ws/test_utils.cc b/components/mus/ws/test_utils.cc
index 8d78b6d0dc2552f0c1a0faa13e4b5a557eb0d64a..d1563da167dcf0f6935e49f6db02d018550994da 100644
--- a/components/mus/ws/test_utils.cc
+++ b/components/mus/ws/test_utils.cc
@@ -129,7 +129,7 @@ int EventDispatcherTestApi::NumberPointerTargetsForWindow(
WindowTree* TestDisplayBinding::CreateWindowTree(ServerWindow* root) {
return window_server_->EmbedAtWindow(
- root, mojo::shell::mojom::kRootUserID, mus::mojom::WindowTreeClientPtr(),
+ root, shell::mojom::kRootUserID, mus::mojom::WindowTreeClientPtr(),
make_scoped_ptr(new WindowManagerAccessPolicy));
}
« no previous file with comments | « components/mus/ws/platform_display_init_params.h ('k') | components/mus/ws/user_id_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698