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

Unified Diff: Source/platform/speech/PlatformSpeechSynthesisUtterance.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/speech/PlatformSpeechSynthesisUtterance.h
diff --git a/Source/platform/speech/PlatformSpeechSynthesisUtterance.h b/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
index fc0cc5ec9eae4514d4a346de081ed8f4c2c1f1c4..86f0b0f41a690f0817878796f7285dfe652e39be 100644
--- a/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
+++ b/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
@@ -31,7 +31,7 @@
#include "platform/speech/PlatformSpeechSynthesisVoice.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class PlatformSpeechSynthesisUtteranceClient : public GarbageCollectedMixin {
public:
@@ -85,6 +85,6 @@ private:
double m_startTime;
};
-} // namespace WebCore
+} // namespace blink
#endif // PlatformSpeechSynthesisUtterance_h
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeOverlayMock.h ('k') | Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698