| Index: ash/tooltips/tooltip_controller_unittest.cc
|
| diff --git a/ash/tooltips/tooltip_controller_unittest.cc b/ash/tooltips/tooltip_controller_unittest.cc
|
| index 1bde140fc76c2d053ff9911f8812572205e2a70d..ff35ba24b0889220229255c229825514f0a28c7d 100644
|
| --- a/ash/tooltips/tooltip_controller_unittest.cc
|
| +++ b/ash/tooltips/tooltip_controller_unittest.cc
|
| @@ -89,8 +89,8 @@ class TooltipControllerTest : public AshTestBase {
|
| };
|
|
|
| TEST_F(TooltipControllerTest, NonNullTooltipClient) {
|
| - EXPECT_TRUE(aura::client::GetTooltipClient(Shell::GetPrimaryRootWindow())
|
| - != NULL);
|
| + EXPECT_TRUE(aura::client::GetTooltipClient(Shell::GetPrimaryRootWindow()) !=
|
| + NULL);
|
| EXPECT_EQ(base::string16(), helper_->GetTooltipText());
|
| EXPECT_EQ(NULL, helper_->GetTooltipWindow());
|
| EXPECT_FALSE(helper_->IsTooltipVisible());
|
|
|