| Index: third_party/WebKit/Source/platform/PODIntervalTree.h
|
| diff --git a/third_party/WebKit/Source/platform/PODIntervalTree.h b/third_party/WebKit/Source/platform/PODIntervalTree.h
|
| index c6e153f56cdcc82c9a243ca4c4d10c5057725261..b3dd219fb4f0ef9257866aedac5c33a6b49f1e3a 100644
|
| --- a/third_party/WebKit/Source/platform/PODIntervalTree.h
|
| +++ b/third_party/WebKit/Source/platform/PODIntervalTree.h
|
| @@ -29,9 +29,9 @@
|
| #include "platform/PODArena.h"
|
| #include "platform/PODInterval.h"
|
| #include "platform/PODRedBlackTree.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|