From 5d870837cfbe36fc8cf534d9f7746d6f91d34592 Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Thu, 23 Nov 2017 14:56:43 +0100 Subject: [PATCH] Remove WebCString from Blink https://chromium-review.googlesource.com/594673 --- chromium_src/chrome/renderer/tts_dispatcher.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/chromium_src/chrome/renderer/tts_dispatcher.cc b/chromium_src/chrome/renderer/tts_dispatcher.cc index aea07712da8f..7240ed71d339 100644 --- a/chromium_src/chrome/renderer/tts_dispatcher.cc +++ b/chromium_src/chrome/renderer/tts_dispatcher.cc @@ -8,7 +8,6 @@ #include "chrome/common/tts_messages.h" #include "chrome/common/tts_utterance_request.h" #include "content/public/renderer/render_thread.h" -#include "third_party/WebKit/public/platform/WebCString.h" #include "third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h" #include "third_party/WebKit/public/platform/WebSpeechSynthesisVoice.h" #include "third_party/WebKit/public/platform/WebString.h"