diff options
Diffstat (limited to 'content/renderer/speech_recognition_dispatcher.cc')
-rw-r--r-- | content/renderer/speech_recognition_dispatcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/speech_recognition_dispatcher.cc b/content/renderer/speech_recognition_dispatcher.cc index 5a923da..9b3e286 100644 --- a/content/renderer/speech_recognition_dispatcher.cc +++ b/content/renderer/speech_recognition_dispatcher.cc @@ -5,7 +5,7 @@ #include "content/renderer/speech_recognition_dispatcher.h" #include "base/basictypes.h" -#include "base/utf_string_conversions.h" +#include "base/strings/utf_string_conversions.h" #include "content/common/speech_recognition_messages.h" #include "content/renderer/render_view_impl.h" #include "third_party/WebKit/public/platform/WebString.h" |