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

Unified Diff: public/platform/WebSpeechSynthesizer.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « public/platform/WebSpeechSynthesisVoice.h ('k') | public/platform/WebSpeechSynthesizerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebSpeechSynthesizer.h
diff --git a/public/platform/WebSpeechSynthesizer.h b/public/platform/WebSpeechSynthesizer.h
index 4c0f965c415ca495879526db023326e1f3656d68..a87de3c1c2ae43b8c8441c38dd8322604341ff87 100644
--- a/public/platform/WebSpeechSynthesizer.h
+++ b/public/platform/WebSpeechSynthesizer.h
@@ -28,7 +28,7 @@
#include "WebCommon.h"
-namespace WebKit {
+namespace blink {
class WebSpeechSynthesizerClient;
class WebSpeechSynthesisUtterance;
@@ -47,6 +47,6 @@ public:
virtual void cancel() = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebSpeechSynthesizer_h
« no previous file with comments | « public/platform/WebSpeechSynthesisVoice.h ('k') | public/platform/WebSpeechSynthesizerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698