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

Unified Diff: Source/core/platform/Scrollbar.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/Scrollbar.h ('k') | Source/core/platform/ScrollbarTheme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/Scrollbar.cpp
diff --git a/Source/core/platform/Scrollbar.cpp b/Source/core/platform/Scrollbar.cpp
index 9d940e06a3cdcde1c8eba544abffcc02d189bbf0..9d8e01298d823acb3db19c7c762c88d5a44441bc 100644
--- a/Source/core/platform/Scrollbar.cpp
+++ b/Source/core/platform/Scrollbar.cpp
@@ -24,14 +24,14 @@
*/
#include "config.h"
-#include "Scrollbar.h"
+#include "core/platform/Scrollbar.h"
#include <algorithm>
-#include "PlatformGestureEvent.h"
-#include "PlatformMouseEvent.h"
-#include "ScrollAnimator.h"
-#include "ScrollableArea.h"
-#include "ScrollbarTheme.h"
+#include "core/platform/PlatformGestureEvent.h"
+#include "core/platform/PlatformMouseEvent.h"
+#include "core/platform/ScrollAnimator.h"
+#include "core/platform/ScrollableArea.h"
+#include "core/platform/ScrollbarTheme.h"
#include "core/platform/graphics/GraphicsContext.h"
// FIXME: The following #includes are a layering violation and should be removed.
« no previous file with comments | « Source/core/platform/Scrollbar.h ('k') | Source/core/platform/ScrollbarTheme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698