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

Unified Diff: Source/platform/exported/WebSpeechSynthesizerClientImpl.h

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.h
diff --git a/Source/platform/exported/WebSpeechSynthesizerClientImpl.h b/Source/platform/exported/WebSpeechSynthesizerClientImpl.h
index c6578cbee6be1811906f6495a76bc5cce1a2bba6..b524e4a96c4eb1020fbaeb22d9de7546087d6274 100644
--- a/Source/platform/exported/WebSpeechSynthesizerClientImpl.h
+++ b/Source/platform/exported/WebSpeechSynthesizerClientImpl.h
@@ -32,7 +32,7 @@
#include "public/platform/WebSpeechSynthesisVoice.h"
#include "public/platform/WebSpeechSynthesizerClient.h"
-namespace WebCore {
+namespace blink {
class PlatformSpeechSynthesizer;
class PlatformSpeechSynthesizerClient;
@@ -58,6 +58,6 @@ private:
Member<PlatformSpeechSynthesizerClient> m_client;
};
-} // namespace WebCore
+} // namespace blink
#endif // WebSpeechSynthesizerClientImpl_h
« no previous file with comments | « Source/platform/exported/WebSpeechSynthesisVoice.cpp ('k') | Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698