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

Unified Diff: Source/core/platform/graphics/StringTruncator.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/StringTruncator.cpp
diff --git a/Source/core/platform/graphics/StringTruncator.cpp b/Source/core/platform/graphics/StringTruncator.cpp
index e34bcab7abd001cdb2f561e4c0053596648287e5..4bc39ef0fc6780049bc3b7dd0441b1463babd492 100644
--- a/Source/core/platform/graphics/StringTruncator.cpp
+++ b/Source/core/platform/graphics/StringTruncator.cpp
@@ -32,9 +32,9 @@
#include "core/platform/graphics/Font.h"
#include "core/platform/graphics/TextRun.h"
#include "core/platform/text/TextBreakIterator.h"
-#include <wtf/Assertions.h>
-#include <wtf/unicode/CharacterNames.h>
-#include <wtf/Vector.h>
+#include "wtf/Assertions.h"
+#include "wtf/unicode/CharacterNames.h"
+#include "wtf/Vector.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/graphics/StringTruncator.h ('k') | Source/core/platform/graphics/SurrogatePairAwareTextIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698