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

Unified Diff: Source/core/platform/text/LocaleICU.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
« no previous file with comments | « Source/core/platform/text/LocaleICU.h ('k') | Source/core/platform/text/LocaleToScriptMapping.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/text/LocaleICU.cpp
diff --git a/Source/core/platform/text/LocaleICU.cpp b/Source/core/platform/text/LocaleICU.cpp
index 34245ac89433ea751a2b10fca9a25e2367ed529d..a0f05dd2d3fc9784e212f7fce9b04b87a4c5b0c8 100644
--- a/Source/core/platform/text/LocaleICU.cpp
+++ b/Source/core/platform/text/LocaleICU.cpp
@@ -34,9 +34,9 @@
#include <unicode/udatpg.h>
#include <unicode/uloc.h>
#include <limits>
-#include <wtf/DateMath.h>
-#include <wtf/PassOwnPtr.h>
-#include <wtf/text/StringBuilder.h>
+#include "wtf/DateMath.h"
+#include "wtf/PassOwnPtr.h"
+#include "wtf/text/StringBuilder.h"
using namespace icu;
using namespace std;
« no previous file with comments | « Source/core/platform/text/LocaleICU.h ('k') | Source/core/platform/text/LocaleToScriptMapping.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698