| Index: Source/core/inspector/DOMPatchSupport.h
|
| diff --git a/Source/core/inspector/DOMPatchSupport.h b/Source/core/inspector/DOMPatchSupport.h
|
| index b6b1ec83669b2346301dcd9d45b670d9c1582430..7e53a3e43d7688ccaedfd603be0e17f4e25278f8 100644
|
| --- a/Source/core/inspector/DOMPatchSupport.h
|
| +++ b/Source/core/inspector/DOMPatchSupport.h
|
| @@ -31,13 +31,13 @@
|
| #ifndef DOMPatchSupport_h
|
| #define DOMPatchSupport_h
|
|
|
| -#include "ExceptionCode.h"
|
| +#include "core/dom/ExceptionCode.h"
|
|
|
| #include <wtf/HashMap.h>
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassOwnPtr.h>
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|
|
|