summaryrefslogtreecommitdiff
path: root/utf/unilib.cc
diff options
context:
space:
mode:
authorphilip.liard@gmail.com <philip.liard@gmail.com@ee073f10-1060-11df-b6a4-87a95322a99c>2013-04-30 11:35:55 +0000
committerphilip.liard@gmail.com <philip.liard@gmail.com@ee073f10-1060-11df-b6a4-87a95322a99c>2013-04-30 11:35:55 +0000
commitaf4a2ce290b619b39c2cb2a682ea4d7746d3fb21 (patch)
treebdd65747d74debf0d0ebe65072b2a188f5e9cde5 /utf/unilib.cc
parent711fdcd8f9ebfcdcb7a8bb09a39b142be7eaa611 (diff)
downloadphonenumbers-af4a2ce290b619b39c2cb2a682ea4d7746d3fb21.tar.gz
CPP: Move base/ to phonenumbers/.
This will be needed to make libphonenumber depend on its own base/ rather than Chromium's one as it is the case currently. BUG=http://crbug.com/236272 R=jia.shao.peng@gmail.com Review URL: https://codereview.appspot.com/8797048 git-svn-id: http://libphonenumber.googlecode.com/svn/trunk/cpp/src/phonenumbers@567 ee073f10-1060-11df-b6a4-87a95322a99c
Diffstat (limited to 'utf/unilib.cc')
-rw-r--r--utf/unilib.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf/unilib.cc b/utf/unilib.cc
index db03a11..064c724 100644
--- a/utf/unilib.cc
+++ b/utf/unilib.cc
@@ -18,7 +18,7 @@
#include "phonenumbers/utf/unilib.h"
-#include "base/basictypes.h"
+#include "phonenumbers/base/basictypes.h"
#include "phonenumbers/utf/utf.h"
namespace UniLib {