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

Unified Diff: Source/WebKit/chromium/src/ScrollbarGroup.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/WebKit/chromium/src/ScrollbarGroup.cpp
diff --git a/Source/WebKit/chromium/src/ScrollbarGroup.cpp b/Source/WebKit/chromium/src/ScrollbarGroup.cpp
index e877ee82559f223f1f3cf02c674aeb412e307d3d..b820f15490c4bcc05df1611155a9da50ce762ce2 100644
--- a/Source/WebKit/chromium/src/ScrollbarGroup.cpp
+++ b/Source/WebKit/chromium/src/ScrollbarGroup.cpp
@@ -27,9 +27,9 @@
#include "ScrollbarGroup.h"
#include "FrameView.h"
-#include "Scrollbar.h"
-#include "ScrollbarTheme.h"
#include "WebPluginScrollbarImpl.h"
+#include "core/platform/Scrollbar.h"
+#include "core/platform/ScrollbarTheme.h"
#include <public/WebRect.h>
using namespace WebCore;
« no previous file with comments | « Source/WebKit/chromium/src/ScrollbarGroup.h ('k') | Source/WebKit/chromium/src/ValidationMessageClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698