| Index: third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
|
| index 7de5ea5df2cd835008a7ecaba319f5963dc47628..9b41a4a05608f0771f0ac3223ac35bc131900130 100644
|
| --- a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
|
| @@ -43,8 +43,8 @@
|
| #include "core/html/HTMLDocument.h"
|
| #include "core/html/HTMLHeadElement.h"
|
| #include "core/html/parser/HTMLDocumentParser.h"
|
| -#include "core/inspector/AddStringToDigestor.h"
|
| #include "core/inspector/DOMEditor.h"
|
| +#include "core/inspector/InspectorHelpers.h"
|
| #include "core/inspector/InspectorHistory.h"
|
| #include "core/xml/parser/XMLDocumentParser.h"
|
| #include "platform/Crypto.h"
|
|
|