| Index: public/webview/WebNotification.h
|
| diff --git a/Source/WebKit/chromium/public/WebNotification.h b/public/webview/WebNotification.h
|
| similarity index 98%
|
| copy from Source/WebKit/chromium/public/WebNotification.h
|
| copy to public/webview/WebNotification.h
|
| index abc6ebc587d5bfe1336ac7309250435e133f1a37..7d4e05588d677001e7765f52911c3fd5e769bc9b 100644
|
| --- a/Source/WebKit/chromium/public/WebNotification.h
|
| +++ b/public/webview/WebNotification.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebNotification_h
|
| #define WebNotification_h
|
|
|
| -#include "../../../../public/platform/WebCommon.h"
|
| +#include "../platform/WebCommon.h"
|
| #include "WebTextDirection.h"
|
|
|
| #if WEBKIT_IMPLEMENTATION
|
|
|