| Index: ui/base/layout_unittest.cc
|
| diff --git a/ui/base/layout_unittest.cc b/ui/base/layout_unittest.cc
|
| index 4878e12529cc247e14ab0afd53d98c7d676c9b08..302e5d2dc125f5b7256d5878f196fdadb4264f84 100644
|
| --- a/ui/base/layout_unittest.cc
|
| +++ b/ui/base/layout_unittest.cc
|
| @@ -78,7 +78,7 @@ TEST(LayoutTest, GetMaxScaleFactor) {
|
| !CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kForceDeviceScaleFactor))
|
| EXPECT_EQ(SCALE_FACTOR_100P, GetMaxScaleFactor());
|
| -#else
|
| +#endif
|
| {
|
| ScaleFactor scale_factors[] = { SCALE_FACTOR_100P };
|
| std::vector<ScaleFactor> supported_factors(
|
| @@ -106,7 +106,6 @@ TEST(LayoutTest, GetMaxScaleFactor) {
|
| test::SetSupportedScaleFactors(supported_factors);
|
| EXPECT_EQ(SCALE_FACTOR_200P, GetMaxScaleFactor());
|
| }
|
| -#endif
|
| }
|
|
|
| } // namespace ui
|
|
|