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

Unified Diff: ui/display/test/display_manager_test_api.cc

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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 | « ui/display/test/display_manager_test_api.h ('k') | ui/display/test/display_matchers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/test/display_manager_test_api.cc
diff --git a/ui/display/test/display_manager_test_api.cc b/ui/display/test/display_manager_test_api.cc
index f0997b4ec9ef211c3aadf3804bb0cd1fb91db0de..16e9a1b8ddb5e971beb82a594aad561c0641476d 100644
--- a/ui/display/test/display_manager_test_api.cc
+++ b/ui/display/test/display_manager_test_api.cc
@@ -114,7 +114,7 @@ void DisplayManagerTestApi::DisableChangeDisplayUponHostResize() {
void DisplayManagerTestApi::SetAvailableColorProfiles(
int64_t display_id,
- const std::vector<ui::ColorCalibrationProfile>& profiles) {
+ const std::vector<ColorCalibrationProfile>& profiles) {
display_manager_->display_info_[display_id].set_available_color_profiles(
profiles);
}
@@ -140,7 +140,7 @@ bool DisplayManagerTestApi::SetDisplayUIScale(int64_t id, float ui_scale) {
void DisplayManagerTestApi::SetTouchSupport(
int64_t display_id,
- display::Display::TouchSupport touch_support) {
+ Display::TouchSupport touch_support) {
display_manager_->FindDisplayForId(display_id)
->set_touch_support(touch_support);
}
« no previous file with comments | « ui/display/test/display_manager_test_api.h ('k') | ui/display/test/display_matchers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698