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

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

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/screen_unittest.cc ('k') | ui/display/test/display_manager_test_api.cc » ('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.h
diff --git a/ui/display/test/display_manager_test_api.h b/ui/display/test/display_manager_test_api.h
index ee5793b69349906b0967aa87e8216c2d2f62d527..429a2b2d41f0335800e390a1252f446182891139 100644
--- a/ui/display/test/display_manager_test_api.h
+++ b/ui/display/test/display_manager_test_api.h
@@ -48,7 +48,7 @@ class DISPLAY_EXPORT DisplayManagerTestApi {
// Sets the available color profiles for |display_id|.
void SetAvailableColorProfiles(
int64_t display_id,
- const std::vector<ui::ColorCalibrationProfile>& profiles);
+ const std::vector<ColorCalibrationProfile>& profiles);
// Gets the internal ManagedDisplayInfo for a specific display id.
const ManagedDisplayInfo& GetInternalManagedDisplayInfo(int64_t display_id);
@@ -58,8 +58,7 @@ class DISPLAY_EXPORT DisplayManagerTestApi {
bool SetDisplayUIScale(int64_t display_id, float scale);
// Sets the touch support for |display_id|.
- void SetTouchSupport(int64_t display_id,
- display::Display::TouchSupport touch_support);
+ void SetTouchSupport(int64_t display_id, Display::TouchSupport touch_support);
private:
friend class ScopedSetInternalDisplayId;
« no previous file with comments | « ui/display/screen_unittest.cc ('k') | ui/display/test/display_manager_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698