| Index: third_party/WebKit/Source/core/dom/XMLDocument.h
|
| diff --git a/third_party/WebKit/Source/core/dom/XMLDocument.h b/third_party/WebKit/Source/core/dom/XMLDocument.h
|
| index 11068faafb9e4b93e14696bfb6b3fe6bdf833f9e..cd2780c85ab9aa4c4c109b949866ef99e7240edc 100644
|
| --- a/third_party/WebKit/Source/core/dom/XMLDocument.h
|
| +++ b/third_party/WebKit/Source/core/dom/XMLDocument.h
|
| @@ -27,7 +27,7 @@
|
| #define XMLDocument_h
|
|
|
| #include "core/dom/Document.h"
|
| -#include "wtf/PassRefPtr.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|