| Index: Source/core/inspector/DOMPatchSupport.cpp
|
| diff --git a/Source/core/inspector/DOMPatchSupport.cpp b/Source/core/inspector/DOMPatchSupport.cpp
|
| index 06736e91083ed6bacca31e0138ee8abaa3f30039..038d4385bee79623bdb4f7f05822d4c776d0ac41 100644
|
| --- a/Source/core/inspector/DOMPatchSupport.cpp
|
| +++ b/Source/core/inspector/DOMPatchSupport.cpp
|
| @@ -29,8 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| -
|
| #include "core/inspector/DOMPatchSupport.h"
|
|
|
| #include "HTMLNames.h"
|
| @@ -44,13 +42,12 @@
|
| #include "core/inspector/DOMEditor.h"
|
| #include "core/inspector/InspectorHistory.h"
|
| #include "core/xml/parser/XMLDocumentParser.h"
|
| -
|
| -#include <wtf/Deque.h>
|
| -#include <wtf/HashTraits.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/SHA1.h>
|
| -#include <wtf/text/Base64.h>
|
| -#include <wtf/text/CString.h>
|
| +#include "wtf/Deque.h"
|
| +#include "wtf/HashTraits.h"
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/SHA1.h"
|
| +#include "wtf/text/Base64.h"
|
| +#include "wtf/text/CString.h"
|
|
|
| using namespace std;
|
|
|
|
|