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

Unified Diff: Source/platform/exported/WebSpeechSynthesizerClientImpl.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/WebSpeechSynthesizerClientImpl.cpp
diff --git a/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp b/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp
index 0102a3e755a11aa36fa439b14650d8ae780d48a2..c48f2ff10074b6c2c6beb4209e06bd1bb47f6607 100644
--- a/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp
+++ b/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp
@@ -28,7 +28,7 @@
#include "platform/speech/PlatformSpeechSynthesisUtterance.h"
-namespace WebCore {
+namespace blink {
WebSpeechSynthesizerClientImpl::WebSpeechSynthesizerClientImpl(PlatformSpeechSynthesizer* synthesizer, PlatformSpeechSynthesizerClient* client)
: m_synthesizer(synthesizer)
@@ -90,4 +90,4 @@ void WebSpeechSynthesizerClientImpl::trace(Visitor* visitor)
visitor->trace(m_client);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebSpeechSynthesizerClientImpl.h ('k') | Source/platform/exported/WebStorageQuotaCallbacks.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698