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

Unified Diff: Source/wtf/text/WTFString.cpp

Issue 18095003: Replace #include <wtf/foo.h> with #include "wtf/foo.h" in Source/wtf. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/wtf/text/WTFString.h ('k') | Source/wtf/unicode/Unicode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/text/WTFString.cpp
diff --git a/Source/wtf/text/WTFString.cpp b/Source/wtf/text/WTFString.cpp
index eca0b77d409885589fb93bd8416954e5e0a863f5..5e18ff4187da6ac778c3efd9d9065276f5009e39 100644
--- a/Source/wtf/text/WTFString.cpp
+++ b/Source/wtf/text/WTFString.cpp
@@ -24,17 +24,17 @@
#include "IntegerToStringConversion.h"
#include <stdarg.h>
-#include <wtf/ASCIICType.h>
-#include <wtf/DataLog.h>
-#include <wtf/HexNumber.h>
-#include <wtf/MathExtras.h>
-#include <wtf/text/CString.h>
-#include <wtf/StringExtras.h>
-#include <wtf/Vector.h>
-#include <wtf/dtoa.h>
-#include <wtf/unicode/CharacterNames.h>
-#include <wtf/unicode/UTF8.h>
-#include <wtf/unicode/Unicode.h>
+#include "wtf/ASCIICType.h"
+#include "wtf/DataLog.h"
+#include "wtf/HexNumber.h"
+#include "wtf/MathExtras.h"
+#include "wtf/text/CString.h"
+#include "wtf/StringExtras.h"
+#include "wtf/Vector.h"
+#include "wtf/dtoa.h"
+#include "wtf/unicode/CharacterNames.h"
+#include "wtf/unicode/UTF8.h"
+#include "wtf/unicode/Unicode.h"
using namespace std;
« no previous file with comments | « Source/wtf/text/WTFString.h ('k') | Source/wtf/unicode/Unicode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698