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

Unified Diff: ash/mus/test/wm_test_helper.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/test/wm_test_helper.h ('k') | ash/mus/user_window_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/wm_test_helper.cc
diff --git a/ash/mus/test/wm_test_helper.cc b/ash/mus/test/wm_test_helper.cc
index c78513cb2b593e8ac9e85848eaee8bd05816b779..760599deca94392eae3185714b7560d4ee618de0 100644
--- a/ash/mus/test/wm_test_helper.cc
+++ b/ash/mus/test/wm_test_helper.cc
@@ -47,7 +47,7 @@ void WmTestHelper::Init() {
screen_->display_list()->AddDisplay(display,
views::DisplayList::Type::PRIMARY);
- ::ui::WindowTreeClientPrivate(window_tree_client_setup_.window_tree_client())
+ ui::WindowTreeClientPrivate(window_tree_client_setup_.window_tree_client())
.CallWmNewDisplayAdded(display);
}
« no previous file with comments | « ash/mus/test/wm_test_helper.h ('k') | ash/mus/user_window_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698