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

Unified Diff: Source/platform/exported/WebSpeechSynthesisUtterance.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/WebSpeechSynthesisUtterance.cpp
diff --git a/Source/platform/exported/WebSpeechSynthesisUtterance.cpp b/Source/platform/exported/WebSpeechSynthesisUtterance.cpp
index 8c394987641fc6edb7d59a47bc13d11ee7fa1f15..56f26b7b563d9703e05330746227f402cbb67917 100644
--- a/Source/platform/exported/WebSpeechSynthesisUtterance.cpp
+++ b/Source/platform/exported/WebSpeechSynthesisUtterance.cpp
@@ -31,16 +31,16 @@
#include "wtf/PassRefPtr.h"
#include "wtf/RefPtr.h"
-using namespace WebCore;
+using namespace blink;
namespace blink {
-WebSpeechSynthesisUtterance::WebSpeechSynthesisUtterance(WebCore::PlatformSpeechSynthesisUtterance* utterance)
+WebSpeechSynthesisUtterance::WebSpeechSynthesisUtterance(blink::PlatformSpeechSynthesisUtterance* utterance)
: m_private(utterance)
{
}
-WebSpeechSynthesisUtterance& WebSpeechSynthesisUtterance::operator=(WebCore::PlatformSpeechSynthesisUtterance* utterance)
+WebSpeechSynthesisUtterance& WebSpeechSynthesisUtterance::operator=(blink::PlatformSpeechSynthesisUtterance* utterance)
{
m_private = utterance;
return *this;
« no previous file with comments | « Source/platform/exported/WebSocketStreamError.cpp ('k') | Source/platform/exported/WebSpeechSynthesisVoice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698