From be6054a4b00eedc0dfb6fe29d464217755a24d77 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 22 Jun 2011 02:09:02 +0000 Subject: Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 3) BUG=none TEST=none Review URL: http://codereview.chromium.org/7111046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89958 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc | 2 +- third_party/libphonenumber/cpp/src/phonenumberutil.h | 2 +- third_party/libphonenumber/cpp/src/re2_cache.h | 2 +- third_party/libphonenumber/cpp/src/regexp_adapter_unittest.cc | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) (limited to 'third_party/libphonenumber') diff --git a/third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc b/third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc index d4972ce..d3cf720 100644 --- a/third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc +++ b/third_party/libphonenumber/chrome/regexp_adapter_icuregexp.cc @@ -8,8 +8,8 @@ // Setup all of the Chromium and WebKit defines #include "base/logging.h" +#include "base/memory/scoped_ptr.h" #include "base/memory/singleton.h" -#include "base/scoped_ptr.h" #include "build/build_config.h" #include "unicode/regex.h" #include "unicode/stringpiece.h" diff --git a/third_party/libphonenumber/cpp/src/phonenumberutil.h b/third_party/libphonenumber/cpp/src/phonenumberutil.h index 43137a0..ef26abb 100644 --- a/third_party/libphonenumber/cpp/src/phonenumberutil.h +++ b/third_party/libphonenumber/cpp/src/phonenumberutil.h @@ -28,7 +28,7 @@ #include #include -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "base/singleton.h" #include "phonenumber.pb.h" diff --git a/third_party/libphonenumber/cpp/src/re2_cache.h b/third_party/libphonenumber/cpp/src/re2_cache.h index ab2e9bb..a9fec39 100644 --- a/third_party/libphonenumber/cpp/src/re2_cache.h +++ b/third_party/libphonenumber/cpp/src/re2_cache.h @@ -38,7 +38,7 @@ #include #include -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "base/synchronization/lock.h" namespace re2 { diff --git a/third_party/libphonenumber/cpp/src/regexp_adapter_unittest.cc b/third_party/libphonenumber/cpp/src/regexp_adapter_unittest.cc index 446f83c..9379552 100644 --- a/third_party/libphonenumber/cpp/src/regexp_adapter_unittest.cc +++ b/third_party/libphonenumber/cpp/src/regexp_adapter_unittest.cc @@ -15,7 +15,7 @@ // Author: George Yakovlev #include -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "regexp_adapter.h" namespace reg_exp { @@ -139,4 +139,3 @@ TEST(RegExpAdapter, TestUtf8) { } } // namespace reg_exp - -- cgit v1.1