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

Unified Diff: Source/core/page/Chrome.h

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 | « no previous file | Source/core/page/ChromeClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Chrome.h
diff --git a/Source/core/page/Chrome.h b/Source/core/page/Chrome.h
index 379d3fd9e5d2bd40ea7357f9fdcd7735a09e62e5..7f8b6817b2876150031d3f0c0701b249b3becf88 100644
--- a/Source/core/page/Chrome.h
+++ b/Source/core/page/Chrome.h
@@ -25,7 +25,7 @@
#include "core/loader/NavigationPolicy.h"
#include "core/page/FocusDirection.h"
#include "core/platform/Cursor.h"
-#include "core/platform/HostWindow.h"
+#include "platform/HostWindow.h"
#include "wtf/Forward.h"
namespace WebCore {
« no previous file with comments | « no previous file | Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698