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

Unified Diff: Source/core/platform/mock/PlatformSpeechSynthesizerMock.h

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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/core/platform/mock/PlatformSpeechSynthesizerMock.h
diff --git a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
index bb7b4ef9fa1e2541c1341439d580d5f58530bced..deb18eed1b01260145ba8c635e09ffe4e8bc97cd 100644
--- a/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
+++ b/Source/core/platform/mock/PlatformSpeechSynthesizerMock.h
@@ -28,8 +28,8 @@
#if ENABLE(SPEECH_SYNTHESIS)
-#include "PlatformSpeechSynthesizer.h"
-#include "Timer.h"
+#include "core/platform/PlatformSpeechSynthesizer.h"
+#include "core/platform/Timer.h"
#include <wtf/PassOwnPtr.h>
namespace WebCore {
« no previous file with comments | « Source/core/platform/mock/GeolocationClientMock.h ('k') | Source/core/platform/mock/PlatformSpeechSynthesizerMock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698