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

Unified Diff: Source/core/platform/Widget.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
« no previous file with comments | « Source/core/platform/VisitedLinks.h ('k') | Source/core/platform/animation/AnimationUtilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/Widget.cpp
diff --git a/Source/core/platform/Widget.cpp b/Source/core/platform/Widget.cpp
index 879ccb8aeb3443b32526daf4cd1022d378f1347d..9785a5e7824f57bf359a20e4b4fd820f3ea50510 100644
--- a/Source/core/platform/Widget.cpp
+++ b/Source/core/platform/Widget.cpp
@@ -24,9 +24,9 @@
*/
#include "config.h"
-#include "Widget.h"
+#include "core/platform/Widget.h"
-#include "ScrollView.h"
+#include "core/platform/ScrollView.h"
#include "core/platform/graphics/IntRect.h"
#include <wtf/Assertions.h>
« no previous file with comments | « Source/core/platform/VisitedLinks.h ('k') | Source/core/platform/animation/AnimationUtilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698