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

Unified Diff: Source/core/platform/graphics/WidthIterator.cpp

Issue 19762007: core/platform: Include wtf files using "wtf/foo.h" form. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 5 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/graphics/WidthIterator.cpp
diff --git a/Source/core/platform/graphics/WidthIterator.cpp b/Source/core/platform/graphics/WidthIterator.cpp
index b73c478bd0be6e33a4ee2c0c3ff22ec4de7abd67..4e41ebf524ac9ae0352d673e2a3cdc247dbef1fe 100644
--- a/Source/core/platform/graphics/WidthIterator.cpp
+++ b/Source/core/platform/graphics/WidthIterator.cpp
@@ -27,7 +27,7 @@
#include "core/platform/graphics/Latin1TextIterator.h"
#include "core/platform/graphics/SimpleFontData.h"
#include "core/platform/graphics/SurrogatePairAwareTextIterator.h"
-#include <wtf/MathExtras.h>
+#include "wtf/MathExtras.h"
using namespace WTF;
using namespace Unicode;
« no previous file with comments | « Source/core/platform/graphics/WidthIterator.h ('k') | Source/core/platform/graphics/chromium/AnimationTranslationUtil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698