| Index: third_party/WebKit/public/web/WebElementCollection.h
|
| diff --git a/third_party/WebKit/public/web/WebElementCollection.h b/third_party/WebKit/public/web/WebElementCollection.h
|
| index 5d0fa716eabcba8244af4ec649671eae303ca350..6addf688205de0da20d86582e336c85af05be10a 100644
|
| --- a/third_party/WebKit/public/web/WebElementCollection.h
|
| +++ b/third_party/WebKit/public/web/WebElementCollection.h
|
| @@ -32,8 +32,8 @@
|
| #ifndef WebElementCollection_h
|
| #define WebElementCollection_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebPrivatePtr.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebPrivatePtr.h"
|
|
|
| #if BLINK_IMPLEMENTATION
|
| #include "platform/heap/Handle.h"
|
|
|