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

Unified Diff: ui/display/test/display_matchers.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/test/display_manager_test_api.cc ('k') | ui/display/test/display_matchers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/test/display_matchers.h
diff --git a/ui/display/test/display_matchers.h b/ui/display/test/display_matchers.h
index 42aefa16281eb47779625759f5e5a98406ab5b29..f0c6be69a55dfde1679a035f4015e87585838071 100644
--- a/ui/display/test/display_matchers.h
+++ b/ui/display/test/display_matchers.h
@@ -11,8 +11,9 @@
namespace display {
// Matcher for DisplayMode size and refresh rate.
-testing::Matcher<const ui::DisplayMode&>
-IsDisplayMode(int width, int height, float refresh_rate = 60.0f);
+testing::Matcher<const DisplayMode&> IsDisplayMode(int width,
+ int height,
+ float refresh_rate = 60.0f);
} // namespace display
« no previous file with comments | « ui/display/test/display_manager_test_api.cc ('k') | ui/display/test/display_matchers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698