Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/DOMImplementation.h |
| diff --git a/third_party/WebKit/Source/core/dom/DOMImplementation.h b/third_party/WebKit/Source/core/dom/DOMImplementation.h |
| index df20e9e7843bf5dcc0a086e7cd8bfcf9ce2d49e0..b807ad2c9d3728cc2e755f710fec1ab682fbecad 100644 |
| --- a/third_party/WebKit/Source/core/dom/DOMImplementation.h |
| +++ b/third_party/WebKit/Source/core/dom/DOMImplementation.h |
| @@ -33,9 +33,7 @@ class Document; |
| class DocumentInit; |
| class DocumentType; |
| class ExceptionState; |
| -class LocalFrame; |
| class HTMLDocument; |
| -class KURL; |
| class XMLDocument; |
| class CORE_EXPORT DOMImplementation final |