| 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"
|
| #include <algorithm>
|
|
|
| namespace blink {
|
|
|