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

Unified Diff: Source/core/platform/chromium/WidgetChromium.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/WidgetChromium.cpp
diff --git a/Source/core/platform/chromium/WidgetChromium.cpp b/Source/core/platform/chromium/WidgetChromium.cpp
index 32db1509503f28ad036aeafde78c8afc0a4a13d8..78ea25c134c6febff2210dd0d2df087ef0fa27a2 100644
--- a/Source/core/platform/chromium/WidgetChromium.cpp
+++ b/Source/core/platform/chromium/WidgetChromium.cpp
@@ -29,11 +29,11 @@
*/
#include "config.h"
-#include "Widget.h"
+#include "core/platform/Widget.h"
+#include "core/platform/HostWindow.h"
+#include "core/platform/ScrollView.h"
#include <wtf/Assertions.h>
-#include "HostWindow.h"
-#include "ScrollView.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/chromium/VisitedLinksChromium.cpp ('k') | Source/core/platform/chromium/support/WebData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698