| Index: Source/core/inspector/InspectorHistory.h
|
| diff --git a/Source/core/inspector/InspectorHistory.h b/Source/core/inspector/InspectorHistory.h
|
| index 36504ce9f5e400f25a78a928eeb6034035f315f6..72fd5bc08ebee4c3d9516c2b65cd5a72f54d5996 100644
|
| --- a/Source/core/inspector/InspectorHistory.h
|
| +++ b/Source/core/inspector/InspectorHistory.h
|
| @@ -32,10 +32,9 @@
|
| #define InspectorHistory_h
|
|
|
| #include "core/dom/ExceptionCode.h"
|
| -
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|