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

Unified Diff: sky/engine/wtf/text/StringConcatenate.h

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/StringBuilderTest.cpp ('k') | sky/engine/wtf/text/StringHash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/text/StringConcatenate.h
diff --git a/sky/engine/wtf/text/StringConcatenate.h b/sky/engine/wtf/text/StringConcatenate.h
index 9c7dd8839a1d861a8be8eaacc2634be66c71b511..f96279029af1fa0cde92164b45a5a2ae78f0d04a 100644
--- a/sky/engine/wtf/text/StringConcatenate.h
+++ b/sky/engine/wtf/text/StringConcatenate.h
@@ -29,7 +29,7 @@
#include <string.h>
#ifndef WTFString_h
-#include "wtf/text/AtomicString.h"
+#include "sky/engine/wtf/text/AtomicString.h"
#endif
// This macro is helpful for testing how many intermediate Strings are created while evaluating an
@@ -436,5 +436,5 @@ PassRefPtr<StringImpl> makeString(StringType1 string1, StringType2 string2)
} // namespace WTF
-#include "wtf/text/StringOperators.h"
+#include "sky/engine/wtf/text/StringOperators.h"
#endif
« no previous file with comments | « sky/engine/wtf/text/StringBuilderTest.cpp ('k') | sky/engine/wtf/text/StringHash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698