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

Unified Diff: Source/core/platform/chromium/support/WebScrollbarThemeGeometryNative.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/support/WebScrollbarThemeGeometryNative.cpp
diff --git a/Source/core/platform/chromium/support/WebScrollbarThemeGeometryNative.cpp b/Source/core/platform/chromium/support/WebScrollbarThemeGeometryNative.cpp
index c455087d28ecab5c74e42f965d3c6db0e96474db..3d7a089faaae916ba7a28b1e25686c07ccaf7c43 100644
--- a/Source/core/platform/chromium/support/WebScrollbarThemeGeometryNative.cpp
+++ b/Source/core/platform/chromium/support/WebScrollbarThemeGeometryNative.cpp
@@ -27,8 +27,8 @@
#include "core/platform/chromium/support/WebScrollbarThemeGeometryNative.h"
-#include "ScrollbarThemeComposite.h"
#include "WebScrollbarThemeClientImpl.h"
+#include "core/platform/ScrollbarThemeComposite.h"
#include <public/WebScrollbar.h>
using namespace WebCore;

Powered by Google App Engine
This is Rietveld 408576698