summaryrefslogtreecommitdiff
path: root/regexp_cache.h
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 /regexp_cache.h
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 'regexp_cache.h')
-rw-r--r--regexp_cache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/regexp_cache.h b/regexp_cache.h
index fd01de3..46234c0 100644
--- a/regexp_cache.h
+++ b/regexp_cache.h
@@ -30,9 +30,9 @@
#include <cstddef>
#include <string>
-#include "base/basictypes.h"
-#include "base/memory/scoped_ptr.h"
-#include "base/synchronization/lock.h"
+#include "phonenumbers/base/basictypes.h"
+#include "phonenumbers/base/memory/scoped_ptr.h"
+#include "phonenumbers/base/synchronization/lock.h"
#ifdef USE_TR1_UNORDERED_MAP
# include <tr1/unordered_map>