diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 20:48:00 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 20:48:00 +0000 |
commit | 74ebfb1e113e26bb16d79ade8918d5f86035f278 (patch) | |
tree | 36af43b99d9b7e4692bac532dc3db1558ddff977 /content/renderer/cpp_bound_class_unittest.cc | |
parent | c742f1ad84a6a2748a375ae2f496fa02c3bcdb56 (diff) | |
download | chromium_src-74ebfb1e113e26bb16d79ade8918d5f86035f278.zip chromium_src-74ebfb1e113e26bb16d79ade8918d5f86035f278.tar.gz chromium_src-74ebfb1e113e26bb16d79ade8918d5f86035f278.tar.bz2 |
Use a direct include of utf_string_conversions.h in content/.
BUG=none
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16408017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/renderer/cpp_bound_class_unittest.cc')
-rw-r--r-- | content/renderer/cpp_bound_class_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/cpp_bound_class_unittest.cc b/content/renderer/cpp_bound_class_unittest.cc index 62d4a29..a1df052 100644 --- a/content/renderer/cpp_bound_class_unittest.cc +++ b/content/renderer/cpp_bound_class_unittest.cc @@ -6,7 +6,7 @@ // a CppBindingExample class into JavaScript in a custom test shell and tests // the binding from the outside by loading JS into the shell. -#include "base/utf_string_conversions.h" +#include "base/strings/utf_string_conversions.h" #include "content/public/renderer/render_view_observer.h" #include "content/public/test/render_view_test.h" #include "third_party/WebKit/public/platform/WebURLRequest.h" |