| 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 79c78ea5e024097ec80f547feaa658fa0a82165e..37b9069e1b8b979e21116ba8cb1b21cf13b01ae9 100644
|
| --- a/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc
|
| +++ b/chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc
|
| @@ -172,7 +172,7 @@ IN_PROC_BROWSER_TEST_F(ModeIndicatorBrowserTest, Bounds) {
|
| EXPECT_EQ(mi1_bounds.height(), mi2_bounds.height());
|
|
|
| const gfx::Rect screen_bounds =
|
| - ash::Shell::GetScreen()->GetDisplayMatching(cursor1_bounds).work_area();
|
| + gfx::Screen::GetScreen()->GetDisplayMatching(cursor1_bounds).work_area();
|
|
|
| // Check if the location of the mode indicator is concidered with
|
| // the screen size.
|
|
|