| Index: third_party/WebKit/Source/core/inspector/DOMPatchSupport.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.h b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.h
|
| index 7f818ea4243ae0ccf684e41ead0413587cf8fbb8..2d8ffe84c4bcd2312a9a855cbc1f85e53ba826df 100644
|
| --- a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.h
|
| +++ b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.h
|
| @@ -32,9 +32,9 @@
|
| #define DOMPatchSupport_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|