Chromium Code Reviews| Index: third_party/WebKit/public/web/WebFrameOwnerProperties.h |
| diff --git a/third_party/WebKit/public/web/WebFrameOwnerProperties.h b/third_party/WebKit/public/web/WebFrameOwnerProperties.h |
| index 375413821e940e8a03488db859f177dde7fe73c3..ec2f2a39fbde73ecfe86303fa75df5165a735a34 100644 |
| --- a/third_party/WebKit/public/web/WebFrameOwnerProperties.h |
| +++ b/third_party/WebKit/public/web/WebFrameOwnerProperties.h |
| @@ -5,9 +5,9 @@ |
| #ifndef WebFrameOwnerProperties_h |
| #define WebFrameOwnerProperties_h |
| -#include "public/platform/WebString.h" |
| -#include "public/platform/WebVector.h" |
| -#include "public/platform/modules/permissions/WebPermissionType.h" |
| +#include "../platform/WebString.h" |
| +#include "../platform/WebVector.h" |
| +#include "../platform/modules/permissions/WebPermissionType.h" |
|
mlamouri (slow - plz ping)
2016/11/18 14:51:20
Why is this change required?
lunalu1
2016/11/21 20:23:52
Because the compiler complained. I don't remember
|
| #include <algorithm> |
| namespace blink { |