| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceLoadTiming.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadTiming.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadTiming.h
|
| index 220a7f620ca79b419eac604365c82a9de63ff2bb..464d647c52af1cdea167be7b0f7a96205e2425ab 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadTiming.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadTiming.h
|
| @@ -27,9 +27,9 @@
|
| #define ResourceLoadTiming_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|