| Index: chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc b/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc
|
| index 37b9069e1b8b979e21116ba8cb1b21cf13b01ae9..32a691e5ce0548dda672a5b61eace7a2f04ad89f 100644
|
| --- a/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc
|
| +++ b/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc
|
| @@ -171,8 +171,9 @@ IN_PROC_BROWSER_TEST_F(ModeIndicatorBrowserTest, Bounds) {
|
| EXPECT_EQ(mi1_bounds.width(), mi2_bounds.width());
|
| EXPECT_EQ(mi1_bounds.height(), mi2_bounds.height());
|
|
|
| - const gfx::Rect screen_bounds =
|
| - gfx::Screen::GetScreen()->GetDisplayMatching(cursor1_bounds).work_area();
|
| + const gfx::Rect screen_bounds = display::Screen::GetScreen()
|
| + ->GetDisplayMatching(cursor1_bounds)
|
| + .work_area();
|
|
|
| // Check if the location of the mode indicator is concidered with
|
| // the screen size.
|
|
|