Browse Source

CPP: Small changes for consistency.

pull/567/head
Philip Liard 15 years ago
committed by Mihaela Rosca
parent
commit
c16c3f99d2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      cpp/src/phonenumberutil_test.cc
  2. +1
    -1
      cpp/src/stringutil.h

+ 1
- 1
cpp/src/phonenumberutil_test.cc View File

@ -215,7 +215,7 @@ TEST_F(PhoneNumberUtilTest, GetSupportedRegions) {
set<string> regions; set<string> regions;
GetSupportedRegions(&regions); GetSupportedRegions(&regions);
EXPECT_GT(regions.size(), 0);
EXPECT_GT(regions.size(), 0U);
} }
TEST_F(PhoneNumberUtilTest, GetInstanceLoadUSMetadata) { TEST_F(PhoneNumberUtilTest, GetInstanceLoadUSMetadata) {


+ 1
- 1
cpp/src/stringutil.h View File

@ -20,7 +20,7 @@
#include <cstddef> #include <cstddef>
#include <string> #include <string>
#include <base/basictypes.h>
#include "base/basictypes.h"
namespace i18n { namespace i18n {
namespace phonenumbers { namespace phonenumbers {


Loading…
Cancel
Save