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

Unified Diff: Source/platform/exported/WebSpeechSynthesisVoice.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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
Index: Source/platform/exported/WebSpeechSynthesisVoice.cpp
diff --git a/Source/platform/exported/WebSpeechSynthesisVoice.cpp b/Source/platform/exported/WebSpeechSynthesisVoice.cpp
index ccad2b01f5bf67384903b1c8cd60c499023b6b81..445c55eef1efa97da5632e6a1b15be431fcf5cd6 100644
--- a/Source/platform/exported/WebSpeechSynthesisVoice.cpp
+++ b/Source/platform/exported/WebSpeechSynthesisVoice.cpp
@@ -33,7 +33,7 @@
namespace blink {
WebSpeechSynthesisVoice::WebSpeechSynthesisVoice()
- : m_private(WebCore::PlatformSpeechSynthesisVoice::create())
+ : m_private(blink::PlatformSpeechSynthesisVoice::create())
{
}
@@ -72,7 +72,7 @@ void WebSpeechSynthesisVoice::setIsDefault(bool isDefault)
m_private->setIsDefault(isDefault);
}
-WebSpeechSynthesisVoice::operator WebCore::PlatformSpeechSynthesisVoice*() const
+WebSpeechSynthesisVoice::operator blink::PlatformSpeechSynthesisVoice*() const
{
return m_private.get();
}
« no previous file with comments | « Source/platform/exported/WebSpeechSynthesisUtterance.cpp ('k') | Source/platform/exported/WebSpeechSynthesizerClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698