CPP: Small changes for consistency. Patch contributed by philip.liard
authorjia.shao.peng <jia.shao.peng@ee073f10-1060-11df-b6a4-87a95322a99c>
Fri, 8 Apr 2011 07:04:22 +0000 (07:04 +0000)
committerjia.shao.peng <jia.shao.peng@ee073f10-1060-11df-b6a4-87a95322a99c>
Fri, 8 Apr 2011 07:04:22 +0000 (07:04 +0000)
git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@164 ee073f10-1060-11df-b6a4-87a95322a99c

cpp/src/phonenumberutil_test.cc
cpp/src/stringutil.h

index 470f0ea..6451e71 100644 (file)
@@ -215,7 +215,7 @@ TEST_F(PhoneNumberUtilTest, GetSupportedRegions) {
   set<string> regions;
 
   GetSupportedRegions(&regions);
-  EXPECT_GT(regions.size(), 0);
+  EXPECT_GT(regions.size(), 0U);
 }
 
 TEST_F(PhoneNumberUtilTest, GetInstanceLoadUSMetadata) {
index f524bd0..bca3564 100644 (file)
@@ -20,7 +20,7 @@
 #include <cstddef>
 #include <string>
 
-#include <base/basictypes.h>
+#include "base/basictypes.h"
 
 namespace i18n {
 namespace phonenumbers {