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

Unified Diff: Source/platform/speech/PlatformSpeechSynthesisUtterance.h

Issue 110393002: Move PlatformSpeech stuff to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WTF_MAKE_NONCOPYABLE Created 7 years 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/core/platform/PlatformSpeechSynthesisUtterance.h b/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
similarity index 94%
rename from Source/core/platform/PlatformSpeechSynthesisUtterance.h
rename to Source/platform/speech/PlatformSpeechSynthesisUtterance.h
index 7d1dee271fbaf4743c0fdae292d6df02bf6bde51..fb89101b51d9fba11d7543b4764c814bc14cbba8 100644
--- a/Source/core/platform/PlatformSpeechSynthesisUtterance.h
+++ b/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
@@ -26,7 +26,8 @@
#ifndef PlatformSpeechSynthesisUtterance_h
#define PlatformSpeechSynthesisUtterance_h
-#include "core/platform/PlatformSpeechSynthesisVoice.h"
+#include "platform/PlatformExport.h"
+#include "platform/speech/PlatformSpeechSynthesisVoice.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
#include "wtf/text/WTFString.h"
@@ -40,7 +41,7 @@ protected:
virtual ~PlatformSpeechSynthesisUtteranceClient() { }
};
-class PlatformSpeechSynthesisUtterance : public RefCounted<PlatformSpeechSynthesisUtterance> {
+class PLATFORM_EXPORT PlatformSpeechSynthesisUtterance : public RefCounted<PlatformSpeechSynthesisUtterance> {
public:
static PassRefPtr<PlatformSpeechSynthesisUtterance> create(PlatformSpeechSynthesisUtteranceClient*);

Powered by Google App Engine
This is Rietveld 408576698