| Index: public/webview/WebSpeechGrammar.h
|
| diff --git a/Source/WebKit/chromium/public/WebSpeechGrammar.h b/public/webview/WebSpeechGrammar.h
|
| similarity index 93%
|
| copy from Source/WebKit/chromium/public/WebSpeechGrammar.h
|
| copy to public/webview/WebSpeechGrammar.h
|
| index 1cad273e39bc4caaa7e482ea8cc8168db0e050eb..b1de20aea6f63b8d4c60d33089cb90112e4842d9 100644
|
| --- a/Source/WebKit/chromium/public/WebSpeechGrammar.h
|
| +++ b/public/webview/WebSpeechGrammar.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef WebSpeechGrammar_h
|
| #define WebSpeechGrammar_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| -#include "../../../../public/platform/WebPrivatePtr.h"
|
| -#include "../../../../public/platform/WebURL.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebPrivatePtr.h"
|
| +#include "../platform/WebURL.h"
|
|
|
| namespace WebCore {
|
| class SpeechGrammar;
|
|
|