| Index: third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h b/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h
|
| index a3b0b7da2a74fb73884b955f5cf809dabedcdac8..eaa584038446dda3d184ae5be27312c2358820cf 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderStateMachine.h
|
| @@ -31,9 +31,9 @@
|
| #define FrameLoaderStateMachine_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|