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

Unified Diff: ash/mus/app_launch_unittest.cc

Issue 2182633011: Replaces ::ui:: with ui:: in ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « ash/mus/accelerators/accelerator_registrar_unittest.cc ('k') | ash/mus/bridge/mus_layout_manager_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/app_launch_unittest.cc
diff --git a/ash/mus/app_launch_unittest.cc b/ash/mus/app_launch_unittest.cc
index b11bb3b969ac19bd23126d7b86e6f43e34fa8aa5..1b36eba2328f85a5dcb3c92e0023772f21e90786 100644
--- a/ash/mus/app_launch_unittest.cc
+++ b/ash/mus/app_launch_unittest.cc
@@ -34,7 +34,7 @@ TEST_F(AppLaunchTest, TestQuickLaunch) {
connector()->Connect("mojo:ash");
connector()->Connect("mojo:quick_launch");
- ::ui::mojom::WindowServerTestPtr test_interface;
+ ui::mojom::WindowServerTestPtr test_interface;
connector()->ConnectToInterface("mojo:ui", &test_interface);
base::RunLoop run_loop;
« no previous file with comments | « ash/mus/accelerators/accelerator_registrar_unittest.cc ('k') | ash/mus/bridge/mus_layout_manager_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698