| Index: Source/core/loader/HistoryController.h
|
| diff --git a/Source/core/loader/HistoryController.h b/Source/core/loader/HistoryController.h
|
| index 0901ed257942d71014772fb72f978ac6cb6d6f7e..de855f8f9b6044df6c7896bb60c02c19e4361a19 100644
|
| --- a/Source/core/loader/HistoryController.h
|
| +++ b/Source/core/loader/HistoryController.h
|
| @@ -30,11 +30,10 @@
|
| #ifndef HistoryController_h
|
| #define HistoryController_h
|
|
|
| -#include "bindings/v8/SerializedScriptValue.h"
|
| #include "core/loader/FrameLoaderTypes.h"
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|