| Index: third_party/WebKit/public/web/WebDOMEvent.h
|
| diff --git a/third_party/WebKit/public/web/WebDOMEvent.h b/third_party/WebKit/public/web/WebDOMEvent.h
|
| index 1813e454a5c25d72a85f4599bb3afb9054123f14..94728f15fe410cea407288208267346fb7964892 100644
|
| --- a/third_party/WebKit/public/web/WebDOMEvent.h
|
| +++ b/third_party/WebKit/public/web/WebDOMEvent.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef WebDOMEvent_h
|
| #define WebDOMEvent_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebPrivatePtr.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebPrivatePtr.h"
|
|
|
| namespace blink {
|
|
|
|
|