| Index: third_party/WebKit/Source/platform/geometry/Region.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/Region.h b/third_party/WebKit/Source/platform/geometry/Region.h
|
| index e08b10994c036fd612be9b8417d6b21cb0a10218..3c25de7ec124962fabf2d669583f0043484b77a3 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/Region.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/Region.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/geometry/IntRect.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|