Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3180)

Unified Diff: chrome/browser/chromeos/mobile_config_unittest.cc

Issue 10444119: Fix gcc 4.6 compile issues; set but unused variable and pointer/FALSE fubar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unsigned Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/external_metrics_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/mobile_config_unittest.cc
diff --git a/chrome/browser/chromeos/mobile_config_unittest.cc b/chrome/browser/chromeos/mobile_config_unittest.cc
index 5f81513b8a0a30acc648f8ff9603e14a6e5ed754..ae7be05bfbfef4e19bd216612b8d4b32d1f25bec 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();
« no previous file with comments | « chrome/browser/chromeos/external_metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698