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

Unified Diff: Source/core/platform/chromium/PlatformScreenChromium.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/chromium/FramelessScrollViewClient.h ('k') | Source/platform/HostWindow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/chromium/PlatformScreenChromium.cpp
diff --git a/Source/core/platform/chromium/PlatformScreenChromium.cpp b/Source/core/platform/chromium/PlatformScreenChromium.cpp
index 2e3f299ecbb306529ef2ca79aef667514537c542..8bf58b6861da936bc6b02ab3b22d6b706791dce9 100644
--- a/Source/core/platform/chromium/PlatformScreenChromium.cpp
+++ b/Source/core/platform/chromium/PlatformScreenChromium.cpp
@@ -31,8 +31,8 @@
#include "config.h"
#include "core/platform/PlatformScreen.h"
-#include "core/platform/HostWindow.h"
#include "core/platform/ScrollView.h"
+#include "platform/HostWindow.h"
#include "platform/geometry/FloatRect.h"
#include "public/platform/Platform.h"
#include "public/platform/WebScreenInfo.h"
« no previous file with comments | « Source/core/platform/chromium/FramelessScrollViewClient.h ('k') | Source/platform/HostWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698