| Index: Source/core/inspector/InspectorHistory.cpp
|
| diff --git a/Source/core/inspector/InspectorHistory.cpp b/Source/core/inspector/InspectorHistory.cpp
|
| index 66d1a3c96e2c217f8d30342768a22a2f482f0b7c..ad653b1f22db5c0d6d5503e766306874ff2663ca 100644
|
| --- a/Source/core/inspector/InspectorHistory.cpp
|
| +++ b/Source/core/inspector/InspectorHistory.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "config.h"
|
| #include "InspectorHistory.h"
|
|
|
| -#include "ExceptionCodePlaceholder.h"
|
| -#include "Node.h"
|
| +#include "core/dom/ExceptionCodePlaceholder.h"
|
| +#include "core/dom/Node.h"
|
|
|
| namespace WebCore {
|
|
|
|
|