diff options
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" |