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

Unified Diff: sky/engine/wtf/text/WTFString.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/wtf/text/WTFString.h ('k') | sky/engine/wtf/text/WTFStringTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/text/WTFString.cpp
diff --git a/sky/engine/wtf/text/WTFString.cpp b/sky/engine/wtf/text/WTFString.cpp
index dfffa6a21ff7887deff386116f976c7192f653b2..5863d1e487e833af39faa6ac036eb2fc16158f50 100644
--- a/sky/engine/wtf/text/WTFString.cpp
+++ b/sky/engine/wtf/text/WTFString.cpp
@@ -19,22 +19,22 @@
* Boston, MA 02110-1301, USA.
*/
-#include "config.h"
-#include "WTFString.h"
+#include "sky/engine/config.h"
+#include "sky/engine/wtf/text/WTFString.h"
-#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 "sky/engine/wtf/ASCIICType.h"
+#include "sky/engine/wtf/DataLog.h"
+#include "sky/engine/wtf/HexNumber.h"
+#include "sky/engine/wtf/MathExtras.h"
+#include "sky/engine/wtf/StringExtras.h"
+#include "sky/engine/wtf/Vector.h"
+#include "sky/engine/wtf/dtoa.h"
+#include "sky/engine/wtf/text/CString.h"
+#include "sky/engine/wtf/text/IntegerToStringConversion.h"
+#include "sky/engine/wtf/unicode/CharacterNames.h"
+#include "sky/engine/wtf/unicode/UTF8.h"
+#include "sky/engine/wtf/unicode/Unicode.h"
using namespace std;
« no previous file with comments | « sky/engine/wtf/text/WTFString.h ('k') | sky/engine/wtf/text/WTFStringTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698