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

Unified Diff: Source/core/platform/graphics/FloatRect.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/graphics/FloatPolygon.h ('k') | Source/core/platform/graphics/FloatSize.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/FloatRect.cpp
diff --git a/Source/core/platform/graphics/FloatRect.cpp b/Source/core/platform/graphics/FloatRect.cpp
index 299ddf44848c8a422f826821e0b79818295dfd5a..3d47f789513e656d342e4f1e81bdb384435b30d3 100644
--- a/Source/core/platform/graphics/FloatRect.cpp
+++ b/Source/core/platform/graphics/FloatRect.cpp
@@ -29,7 +29,7 @@
#include <math.h>
#include <algorithm>
-#include "FloatConversion.h"
+#include "core/platform/FloatConversion.h"
#include "core/platform/graphics/IntRect.h"
#include "core/platform/graphics/LayoutRect.h"
#include <wtf/MathExtras.h>
« no previous file with comments | « Source/core/platform/graphics/FloatPolygon.h ('k') | Source/core/platform/graphics/FloatSize.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698