| Index: Source/core/inspector/InspectorHistory.h
|
| diff --git a/Source/core/inspector/InspectorHistory.h b/Source/core/inspector/InspectorHistory.h
|
| index 852bfde128441d7c746ccd0cb89bc8370169806e..36504ce9f5e400f25a78a928eeb6034035f315f6 100644
|
| --- a/Source/core/inspector/InspectorHistory.h
|
| +++ b/Source/core/inspector/InspectorHistory.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef InspectorHistory_h
|
| #define InspectorHistory_h
|
|
|
| -#include "ExceptionCode.h"
|
| +#include "core/dom/ExceptionCode.h"
|
|
|
| #include <wtf/OwnPtr.h>
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|
|
|