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

Unified Diff: Source/core/platform/mock/PlatformSpeechSynthesizerMock.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/core/platform/mock/PlatformSpeechSynthesizerMock.h
diff --git a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
index 9a48361b1cabf9d533584d4fb475c6a7668c0af6..3378c835b45e5ed3cf574f2898b8eb5da16ba60f 100644
--- a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
+++ b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
@@ -26,8 +26,8 @@
#ifndef PlatformSpeechSynthesizerMock_h
#define PlatformSpeechSynthesizerMock_h
-#include "core/platform/PlatformSpeechSynthesizer.h"
#include "platform/Timer.h"
+#include "platform/speech/PlatformSpeechSynthesizer.h"
#include "wtf/PassOwnPtr.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698