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

Unified Diff: headless/public/util/dom_tree_extractor.h

Issue 2473073003: [headless] Refactor headless devtools client API. (Closed)
Patch Set: Address nits Created 4 years, 1 month 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: headless/public/util/dom_tree_extractor.h
diff --git a/headless/public/util/dom_tree_extractor.h b/headless/public/util/dom_tree_extractor.h
index 1e59bf4e561c6b8c5cf3c6c131f1fdc6b754f5e3..dcd08bfe91726e0ed8b799a166ad487fae7b2b76 100644
--- a/headless/public/util/dom_tree_extractor.h
+++ b/headless/public/util/dom_tree_extractor.h
@@ -9,8 +9,8 @@
#include <vector>
#include "base/macros.h"
-#include "headless/public/domains/css.h"
-#include "headless/public/domains/dom.h"
+#include "headless/public/devtools/domains/css.h"
+#include "headless/public/devtools/domains/dom.h"
namespace headless {
class HeadlessDevToolsClient;
« no previous file with comments | « headless/public/internal/value_conversions.h ('k') | headless/public/util/dom_tree_extractor_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698