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

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

Issue 14022018: Absolutify paths to html/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/HTMLMapElement.h ('k') | Source/core/html/HTMLMarqueeElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMapElement.cpp
diff --git a/Source/core/html/HTMLMapElement.cpp b/Source/core/html/HTMLMapElement.cpp
index fed5813fe7d8a3b30b0dd48c248e9e259f323903..2a139c06ed7aabe2ff8a7c8a5ec389047626b61d 100644
--- a/Source/core/html/HTMLMapElement.cpp
+++ b/Source/core/html/HTMLMapElement.cpp
@@ -20,15 +20,15 @@
*/
#include "config.h"
-#include "HTMLMapElement.h"
+#include "core/html/HTMLMapElement.h"
-#include "HTMLAreaElement.h"
-#include "HTMLCollection.h"
-#include "HTMLImageElement.h"
#include "HTMLNames.h"
#include "core/dom/Attribute.h"
#include "core/dom/Document.h"
#include "core/dom/NodeTraversal.h"
+#include "core/html/HTMLAreaElement.h"
+#include "core/html/HTMLCollection.h"
+#include "core/html/HTMLImageElement.h"
#include "core/platform/graphics/IntSize.h"
#include "core/rendering/HitTestResult.h"
#include "core/rendering/RenderObject.h"
« no previous file with comments | « Source/core/html/HTMLMapElement.h ('k') | Source/core/html/HTMLMarqueeElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698