| Index: third_party/WebKit/Source/platform/geometry/IntSizeHash.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/IntSizeHash.h b/third_party/WebKit/Source/platform/geometry/IntSizeHash.h
|
| index 37b5c0f20165289ac04fdb868a506163de9eac3a..7cda26cd028167c8195b026494cd25c14cdbbc73 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/IntSizeHash.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/IntSizeHash.h
|
| @@ -21,9 +21,9 @@
|
| #define IntSizeHash_h
|
|
|
| #include "platform/geometry/IntSize.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/HashSet.h"
|
|
|
| namespace WTF {
|
|
|
|
|