summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/mobile_config_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/mobile_config_unittest.cc')
-rw-r--r--chrome/browser/chromeos/mobile_config_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/mobile_config_unittest.cc b/chrome/browser/chromeos/mobile_config_unittest.cc
index 5f81513..ae7be05 100644
--- a/chrome/browser/chromeos/mobile_config_unittest.cc
+++ b/chrome/browser/chromeos/mobile_config_unittest.cc
@@ -169,7 +169,7 @@ TEST(MobileConfigTest, OldDeal) {
carrier = config.GetCarrier("Carrier (country)");
EXPECT_TRUE(carrier != NULL);
// Check default value.
- EXPECT_EQ(false, carrier->show_portal_button());
+ EXPECT_FALSE(carrier->show_portal_button());
const MobileConfig::CarrierDeal* deal;
// TODO(nkostylev): Pass fixed time instead of relying on Time::Now().
deal = carrier->GetDefaultDeal();