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

Unified Diff: Source/core/rendering/RenderThemeChromiumAndroid.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/RenderTheme.cpp ('k') | Source/core/rendering/RenderThemeChromiumCommon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderThemeChromiumAndroid.cpp
diff --git a/Source/core/rendering/RenderThemeChromiumAndroid.cpp b/Source/core/rendering/RenderThemeChromiumAndroid.cpp
index 202283d6e0103a689057b5f672cd796c58df4f68..74a0fbe6418d2ed9a0072777151f8371a8dfebde 100644
--- a/Source/core/rendering/RenderThemeChromiumAndroid.cpp
+++ b/Source/core/rendering/RenderThemeChromiumAndroid.cpp
@@ -27,14 +27,14 @@
#include "RenderThemeChromiumAndroid.h"
#include "CSSValueKeywords.h"
-#include "LayoutTestSupport.h"
#include "PaintInfo.h"
#include "RenderMediaControlsChromium.h"
#include "RenderObject.h"
#include "RenderProgress.h"
#include "RenderSlider.h"
-#include "ScrollbarTheme.h"
#include "UserAgentStyleSheets.h"
+#include "core/platform/LayoutTestSupport.h"
+#include "core/platform/ScrollbarTheme.h"
#include "core/platform/graphics/Color.h"
#include <public/android/WebThemeEngine.h>
« no previous file with comments | « Source/core/rendering/RenderTheme.cpp ('k') | Source/core/rendering/RenderThemeChromiumCommon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698