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

Unified Diff: third_party/WebKit/Source/core/probe/CoreProbes.h

Issue 2807123005: [instrumentation] Fix probe/BUILD.gn dependencies (Closed)
Patch Set: proper fix Created 3 years, 8 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: third_party/WebKit/Source/core/probe/CoreProbes.h
diff --git a/third_party/WebKit/Source/core/probe/CoreProbes.h b/third_party/WebKit/Source/core/probe/CoreProbes.h
index f177b8e4670b361b7de368c4d75fbd4671709cf7..c9971199686aca24a8208b932324ca50ed6f35ed 100644
--- a/third_party/WebKit/Source/core/probe/CoreProbes.h
+++ b/third_party/WebKit/Source/core/probe/CoreProbes.h
@@ -32,9 +32,11 @@
#define CoreProbes_h
#include "core/CoreExport.h"
+#include "core/animation/Animation.h"
#include "core/dom/Document.h"
-#include "core/dom/Node.h"
+#include "core/dom/PseudoElement.h"
#include "core/frame/LocalFrame.h"
+#include "core/html/HTMLSlotElement.h"
#include "core/page/ChromeClient.h"
#include "platform/probe/PlatformProbes.h"
« no previous file with comments | « third_party/WebKit/Source/core/probe/BUILD.gn ('k') | third_party/WebKit/Source/core/probe/CoreProbes.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698