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

Unified Diff: Source/core/platform/chromium/ScrollbarThemeChromiumWin.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
Index: Source/core/platform/chromium/ScrollbarThemeChromiumWin.cpp
diff --git a/Source/core/platform/chromium/ScrollbarThemeChromiumWin.cpp b/Source/core/platform/chromium/ScrollbarThemeChromiumWin.cpp
index 63a6c1a331ec3b9ad0518a36e2bde1238f3a1fd0..b71c3fcbca05d3870c0ab5274d60f3b3b9e01ece 100644
--- a/Source/core/platform/chromium/ScrollbarThemeChromiumWin.cpp
+++ b/Source/core/platform/chromium/ScrollbarThemeChromiumWin.cpp
@@ -30,11 +30,11 @@
#include <windows.h>
#include <vsstyle.h>
-#include "LayoutTestSupport.h"
#include "PlatformContextSkia.h"
-#include "PlatformMouseEvent.h"
-#include "Scrollbar.h"
#include "SystemInfo.h"
+#include "core/platform/LayoutTestSupport.h"
+#include "core/platform/PlatformMouseEvent.h"
+#include "core/platform/Scrollbar.h"
#include "core/platform/graphics/GraphicsContext.h"
#include <public/Platform.h>
#include <public/WebRect.h>
« no previous file with comments | « Source/core/platform/chromium/ScrollbarThemeChromiumMac.mm ('k') | Source/core/platform/chromium/SearchPopupMenuChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698