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

Unified Diff: Source/core/platform/ScrollView.cpp

Issue 26296002: Move HostWindow.h from core/platform to platform in preparation for moving more parts of core/platf… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Added HostWindow.h to blink_platform.gypi Created 7 years, 2 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/HostWindow.h ('k') | Source/core/platform/Widget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/ScrollView.cpp
diff --git a/Source/core/platform/ScrollView.cpp b/Source/core/platform/ScrollView.cpp
index 616dee26b7c0114a70c59b352c7e7243e20d6697..b5cec3a5ef60f6ac0b11e0d7cacfc62665366744 100644
--- a/Source/core/platform/ScrollView.cpp
+++ b/Source/core/platform/ScrollView.cpp
@@ -27,11 +27,11 @@
#include "core/platform/ScrollView.h"
#include "core/accessibility/AXObjectCache.h"
-#include "core/platform/HostWindow.h"
#include "core/platform/Scrollbar.h"
#include "core/platform/ScrollbarTheme.h"
#include "core/platform/graphics/GraphicsContextStateSaver.h"
#include "core/platform/graphics/GraphicsLayer.h"
+#include "platform/HostWindow.h"
#include "wtf/StdLibExtras.h"
using namespace std;
« no previous file with comments | « Source/core/platform/HostWindow.h ('k') | Source/core/platform/Widget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698