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

Unified Diff: Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.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/chromium/support/WebSpeechSynthesizerClientImpl.h
diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h b/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h
index 03b9ea47e62f8996e0ec8c773e0cdf3a4ed53026..fe12b7d91ec375ce42678611ed30aaac222d600c 100644
--- a/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h
+++ b/Source/core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h
@@ -26,7 +26,7 @@
#ifndef WebSpeechSynthesizerClientImpl_h
#define WebSpeechSynthesizerClientImpl_h
-#include "PlatformSpeechSynthesizer.h"
+#include "core/platform/PlatformSpeechSynthesizer.h"
#include <public/WebSpeechSynthesisUtterance.h>
#include <public/WebSpeechSynthesisVoice.h>
#include <public/WebSpeechSynthesizerClient.h>

Powered by Google App Engine
This is Rietveld 408576698