Chromium Code Reviews| Index: ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc |
| diff --git a/ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc b/ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc |
| index 843d3a2111365850daab64b492d37f55588bbbf9..1ed7772f30806cd0e649fb4d1356a3390cc5e218 100644 |
| --- a/ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc |
| +++ b/ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc |
| @@ -42,9 +42,7 @@ class ImeMenuTrayTest : public test::AshTestBase { |
| } |
| // Returns true if the IME menu bubble has been shown. |
| - bool IsBubbleShown() { |
| - return (GetTray()->bubble_ && GetTray()->bubble_->bubble_view()); |
| - } |
| + bool IsBubbleShown() { return (GetTray()->IsBubbleShownForTesting()); } |
|
James Cook
2016/08/23 16:38:33
nit: no ()
Azure Wei
2016/08/24 05:22:43
Done.
|
| private: |
| DISALLOW_COPY_AND_ASSIGN(ImeMenuTrayTest); |