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

Unified Diff: Source/core/platform/chromium/PlatformScreenChromium.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/PlatformScreenChromium.cpp
diff --git a/Source/core/platform/chromium/PlatformScreenChromium.cpp b/Source/core/platform/chromium/PlatformScreenChromium.cpp
index c6b1771a168d5da50b2b23d803e430fc7679deb8..5abf40816771b1049669b6702d65f47eff08471a 100644
--- a/Source/core/platform/chromium/PlatformScreenChromium.cpp
+++ b/Source/core/platform/chromium/PlatformScreenChromium.cpp
@@ -29,11 +29,11 @@
*/
#include "config.h"
-#include "PlatformScreen.h"
+#include "core/platform/PlatformScreen.h"
-#include "HostWindow.h"
-#include "ScrollView.h"
-#include "Widget.h"
+#include "core/platform/HostWindow.h"
+#include "core/platform/ScrollView.h"
+#include "core/platform/Widget.h"
#include "core/platform/chromium/PageClientChromium.h"
#include "core/platform/graphics/FloatRect.h"
#include <public/Platform.h>

Powered by Google App Engine
This is Rietveld 408576698