| Index: third_party/WebKit/Source/core/inspector/InspectorHistory.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorHistory.h b/third_party/WebKit/Source/core/inspector/InspectorHistory.h
|
| index 6f108c6d002193989a29aca170c75b99c77e5818..be7a28c2772cffca9d8dd9e1471dea3c5019a260 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorHistory.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorHistory.h
|
| @@ -32,9 +32,9 @@
|
| #define InspectorHistory_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|