| Index: third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceBase.h b/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| index 1a362bbd9218da470b5936326f0471c0b5e7c215..cd75b5dd400a7d690d0686f6ba805f8805c61bc2 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h
|
| @@ -41,10 +41,10 @@
|
| #include "core/timing/PerformancePaintTiming.h"
|
| #include "platform/Timer.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/ListHashSet.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/ListHashSet.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|