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

Unified Diff: Source/core/html/HTMLSummaryElement.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 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
« no previous file with comments | « Source/core/html/HTMLStyleElement.cpp ('k') | Source/core/html/HTMLTableCaptionElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLSummaryElement.cpp
diff --git a/Source/core/html/HTMLSummaryElement.cpp b/Source/core/html/HTMLSummaryElement.cpp
index e6dd65c9dacf54b676edbc238a25e9ba4a3f0428..f8d83d09cfd6a75741d8e1d2d2d4c2fc36cf4aa2 100644
--- a/Source/core/html/HTMLSummaryElement.cpp
+++ b/Source/core/html/HTMLSummaryElement.cpp
@@ -25,10 +25,10 @@
#include "HTMLContentElement.h"
#include "HTMLDetailsElement.h"
#include "HTMLNames.h"
-#include "KeyboardEvent.h"
-#include "MouseEvent.h"
-#include "NodeRenderingContext.h"
-#include "ShadowRoot.h"
+#include "core/dom/KeyboardEvent.h"
+#include "core/dom/MouseEvent.h"
+#include "core/dom/NodeRenderingContext.h"
+#include "core/dom/ShadowRoot.h"
#include "core/platform/PlatformMouseEvent.h"
#include "core/rendering/RenderBlock.h"
« no previous file with comments | « Source/core/html/HTMLStyleElement.cpp ('k') | Source/core/html/HTMLTableCaptionElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698