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