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

Unified Diff: Source/web/WebNodeTest.cpp

Issue 295063002: [NotLanded] Implement the fetching algorithm of the Web Manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update comments Created 6 years, 4 months 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: Source/web/WebNodeTest.cpp
diff --git a/Source/web/WebNodeTest.cpp b/Source/web/WebNodeTest.cpp
index 2c70e81fb3f9ef383688ffe6245ad7a1da8ec979..1fb1df723406831073fa2382eb029c8869c14cf9 100644
--- a/Source/web/WebNodeTest.cpp
+++ b/Source/web/WebNodeTest.cpp
@@ -5,6 +5,8 @@
#include "config.h"
#include "public/web/WebNode.h"
+#include "core/dom/Document.h"
+#include "core/dom/Element.h"
#include "core/testing/DummyPageHolder.h"
#include "public/web/WebElement.h"
#include "public/web/WebElementCollection.h"

Powered by Google App Engine
This is Rietveld 408576698