| 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
|
|
|
|
|