From: jia.shao.peng Date: Fri, 8 Apr 2011 07:04:22 +0000 (+0000) Subject: CPP: Small changes for consistency. Patch contributed by philip.liard X-Git-Tag: upstream/5.3.2~355 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8409135a7a8d73ceb3c1887e7d249435e7c8b28d;p=platform%2Fupstream%2Flibphonenumber.git CPP: Small changes for consistency. Patch contributed by philip.liard git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@164 ee073f10-1060-11df-b6a4-87a95322a99c --- diff --git a/cpp/src/phonenumberutil_test.cc b/cpp/src/phonenumberutil_test.cc index 470f0ea..6451e71 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 f524bd0..bca3564 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 {