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

Unified Diff: Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp

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/WebSpeechSynthesisUtterance.cpp
diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp b/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
index 30f92f684d40df22527f81349f20338b92e4c75c..33f7179aa84fb00986676fee3831c35b2716d753 100644
--- a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
+++ b/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp
@@ -29,7 +29,7 @@
#include <public/WebSpeechSynthesisUtterance.h>
-#include "PlatformSpeechSynthesisUtterance.h"
+#include "core/platform/PlatformSpeechSynthesisUtterance.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefPtr.h>

Powered by Google App Engine
This is Rietveld 408576698