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

Unified Diff: public/web/WebSpeechRecognitionHandle.h

Issue 189703002: Rewrite platform headers in public/web/ to public/platform/... (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « public/web/WebSpeechInputResult.h ('k') | public/web/WebSpeechRecognitionParams.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSpeechRecognitionHandle.h
diff --git a/public/web/WebSpeechRecognitionHandle.h b/public/web/WebSpeechRecognitionHandle.h
index 07d8aacfc3f98f6c26f294d38a5c0ebab66c7cf9..7e493e1b3756276ec87b026be9d9838abe9f7407 100644
--- a/public/web/WebSpeechRecognitionHandle.h
+++ b/public/web/WebSpeechRecognitionHandle.h
@@ -26,8 +26,8 @@
#ifndef WebSpeechRecognitionHandle_h
#define WebSpeechRecognitionHandle_h
-#include "../platform/WebCommon.h"
-#include "../platform/WebPrivatePtr.h"
+#include "public/platform/WebCommon.h"
+#include "public/platform/WebPrivatePtr.h"
namespace WebCore {
class SpeechRecognition;
« no previous file with comments | « public/web/WebSpeechInputResult.h ('k') | public/web/WebSpeechRecognitionParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698