| Index: content/renderer/cpp_bound_class_unittest.cc
|
| diff --git a/content/renderer/cpp_bound_class_unittest.cc b/content/renderer/cpp_bound_class_unittest.cc
|
| index 62d4a29f6e9473b922a2120d01df4b004326c903..a1df05293e76bb938e5178a79e3fb90ad9690607 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"
|
|
|