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

Unified Diff: services/ui/ws/test_utils.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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 | « services/ui/ws/display.cc ('k') | services/ui/ws/user_id_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_utils.cc
diff --git a/services/ui/ws/test_utils.cc b/services/ui/ws/test_utils.cc
index 53ca1d811e5348de451ddf582951e6353e0c808d..f5b9ea86f78f618d0c6fc3bfe3ecc15ab539671e 100644
--- a/services/ui/ws/test_utils.cc
+++ b/services/ui/ws/test_utils.cc
@@ -191,8 +191,9 @@ int EventDispatcherTestApi::NumberPointerTargetsForWindow(
WindowTree* TestDisplayBinding::CreateWindowTree(ServerWindow* root) {
const uint32_t embed_flags = 0;
WindowTree* tree = window_server_->EmbedAtWindow(
- root, shell::mojom::kRootUserID, ui::mojom::WindowTreeClientPtr(),
- embed_flags, base::WrapUnique(new WindowManagerAccessPolicy));
+ root, service_manager::mojom::kRootUserID,
+ ui::mojom::WindowTreeClientPtr(), embed_flags,
+ base::WrapUnique(new WindowManagerAccessPolicy));
tree->ConfigureWindowManager();
return tree;
}
« no previous file with comments | « services/ui/ws/display.cc ('k') | services/ui/ws/user_id_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698