diff options
Diffstat (limited to 'webkit/renderer/cpp_bound_class.cc')
-rw-r--r-- | webkit/renderer/cpp_bound_class.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/renderer/cpp_bound_class.cc b/webkit/renderer/cpp_bound_class.cc index 6e7e923..0fdcedf 100644 --- a/webkit/renderer/cpp_bound_class.cc +++ b/webkit/renderer/cpp_bound_class.cc @@ -17,7 +17,7 @@ #include "base/compiler_specific.h" #include "base/logging.h" #include "base/stl_util.h" -#include "base/utf_string_conversions.h" +#include "base/strings/utf_string_conversions.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" #include "third_party/WebKit/public/platform/WebString.h" |