Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: third_party/WebKit/public/web/WebDocument.h

Issue 2542203004: blink: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/web/WebDocument.h
diff --git a/third_party/WebKit/public/web/WebDocument.h b/third_party/WebKit/public/web/WebDocument.h
index 4de2c0a9fd2271043f7a12b1f077b6d4b60923ee..7e175dd193b6e41be378922b78e4a89f1e6c9539 100644
--- a/third_party/WebKit/public/web/WebDocument.h
+++ b/third_party/WebKit/public/web/WebDocument.h
@@ -40,13 +40,6 @@
#include "public/platform/WebSecurityOrigin.h"
#include "public/platform/WebVector.h"
-#if BLINK_IMPLEMENTATION
-namespace WTF {
-template <typename T>
-class PassRefPtr;
-}
-#endif
-
namespace v8 {
class Value;
template <class T>
@@ -56,7 +49,6 @@ class Local;
namespace blink {
class Document;
-class DocumentType;
class WebAXObject;
class WebElement;
class WebFormElement;
« no previous file with comments | « third_party/WebKit/public/web/WebDevToolsFrontend.h ('k') | third_party/WebKit/public/web/WebElementCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698