From c16c3f99d2456115663861870cce7a1f899c7213 Mon Sep 17 00:00:00 2001 From: Philip Liard Date: Fri, 8 Apr 2011 07:04:22 +0000 Subject: [PATCH] CPP: Small changes for consistency. --- cpp/src/phonenumberutil_test.cc | 2 +- cpp/src/stringutil.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/src/phonenumberutil_test.cc b/cpp/src/phonenumberutil_test.cc index 470f0ea2a..6451e7148 100644 --- a/cpp/src/phonenumberutil_test.cc +++ b/cpp/src/phonenumberutil_test.cc @@ -215,7 +215,7 @@ TEST_F(PhoneNumberUtilTest, GetSupportedRegions) { set regions; GetSupportedRegions(®ions); - EXPECT_GT(regions.size(), 0); + EXPECT_GT(regions.size(), 0U); } TEST_F(PhoneNumberUtilTest, GetInstanceLoadUSMetadata) { diff --git a/cpp/src/stringutil.h b/cpp/src/stringutil.h index f524bd028..bca35647a 100644 --- a/cpp/src/stringutil.h +++ b/cpp/src/stringutil.h @@ -20,7 +20,7 @@ #include #include -#include +#include "base/basictypes.h" namespace i18n { namespace phonenumbers {