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

Unified Diff: Source/core/rendering/RenderTheme.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/rendering/RenderTextFragment.cpp ('k') | Source/core/rendering/RenderThemeChromiumMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderTheme.cpp
diff --git a/Source/core/rendering/RenderTheme.cpp b/Source/core/rendering/RenderTheme.cpp
index 9cbf89364d9255f3f8532ef441d23355ba5cf7f8..aab4e2744a562df144dec4f9e8d391ffaf2743e5 100644
--- a/Source/core/rendering/RenderTheme.cpp
+++ b/Source/core/rendering/RenderTheme.cpp
@@ -23,7 +23,6 @@
#include "core/rendering/RenderTheme.h"
#include "CSSValueKeywords.h"
-#include "Document.h"
#include "FileList.h"
#include "HTMLInputElement.h"
#include "HTMLMeterElement.h"
@@ -31,6 +30,7 @@
#include "MediaControlElements.h"
#include "SpinButtonElement.h"
#include "TextControlInnerElements.h"
+#include "core/dom/Document.h"
#include "core/editing/FrameSelection.h"
#include "core/page/FocusController.h"
#include "core/page/Frame.h"
@@ -52,11 +52,11 @@
#endif
#if ENABLE(DATALIST_ELEMENT)
-#include "ElementShadow.h"
#include "HTMLCollection.h"
#include "HTMLDataListElement.h"
#include "HTMLOptionElement.h"
#include "HTMLParserIdioms.h"
+#include "core/dom/ElementShadow.h"
#endif
// The methods in this file are shared by all themes on every platform.
« no previous file with comments | « Source/core/rendering/RenderTextFragment.cpp ('k') | Source/core/rendering/RenderThemeChromiumMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698