Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4684)

Unified Diff: chrome/renderer/tts_dispatcher.cc

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/tts_dispatcher.h ('k') | chrome/renderer/validation_message_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/tts_dispatcher.cc
diff --git a/chrome/renderer/tts_dispatcher.cc b/chrome/renderer/tts_dispatcher.cc
index ff3cef51a5e4b14182ad94e74f7b86fdca3646d7..14578d2d6843dd370e2fb7b3772f538f6270e6b7 100644
--- a/chrome/renderer/tts_dispatcher.cc
+++ b/chrome/renderer/tts_dispatcher.cc
@@ -16,11 +16,11 @@
#include "third_party/WebKit/public/platform/WebVector.h"
using content::RenderThread;
-using WebKit::WebSpeechSynthesizerClient;
-using WebKit::WebSpeechSynthesisUtterance;
-using WebKit::WebSpeechSynthesisVoice;
-using WebKit::WebString;
-using WebKit::WebVector;
+using blink::WebSpeechSynthesizerClient;
+using blink::WebSpeechSynthesisUtterance;
+using blink::WebSpeechSynthesisVoice;
+using blink::WebString;
+using blink::WebVector;
int TtsDispatcher::next_utterance_id_ = 1;
« no previous file with comments | « chrome/renderer/tts_dispatcher.h ('k') | chrome/renderer/validation_message_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698