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

Unified Diff: Source/core/platform/ScrollbarThemeComposite.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/platform/ScrollbarThemeComposite.h ('k') | Source/core/platform/SearchPopupMenu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/ScrollbarThemeComposite.cpp
diff --git a/Source/core/platform/ScrollbarThemeComposite.cpp b/Source/core/platform/ScrollbarThemeComposite.cpp
index 3be2255f7ee6a385539557bba09333244345f5cc..96d98edeefdb88db5996db946988e7d21a64f709 100644
--- a/Source/core/platform/ScrollbarThemeComposite.cpp
+++ b/Source/core/platform/ScrollbarThemeComposite.cpp
@@ -24,16 +24,16 @@
*/
#include "config.h"
-#include "ScrollbarThemeComposite.h"
+#include "core/platform/ScrollbarThemeComposite.h"
#include "Chrome.h"
#include "ChromeClient.h"
#include "Frame.h"
#include "FrameView.h"
#include "Page.h"
-#include "PlatformMouseEvent.h"
-#include "ScrollbarThemeClient.h"
#include "Settings.h"
+#include "core/platform/PlatformMouseEvent.h"
+#include "core/platform/ScrollbarThemeClient.h"
#include "core/platform/graphics/GraphicsContext.h"
using namespace std;
« no previous file with comments | « Source/core/platform/ScrollbarThemeComposite.h ('k') | Source/core/platform/SearchPopupMenu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698