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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/WTFString.h

Issue 2764243002: Move files in wtf/ to platform/wtf/ (Part 9). (Closed)
Patch Set: Rebase. Created 3 years, 9 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: third_party/WebKit/Source/platform/wtf/text/WTFString.h
diff --git a/third_party/WebKit/Source/wtf/text/WTFString.h b/third_party/WebKit/Source/platform/wtf/text/WTFString.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/text/WTFString.h
copy to third_party/WebKit/Source/platform/wtf/text/WTFString.h
index a071bf21580a33f5ae24f17a44e735c8ae194af1..141914064a9612fae787e8997d51209abcb02cd0 100644
--- a/third_party/WebKit/Source/wtf/text/WTFString.h
+++ b/third_party/WebKit/Source/platform/wtf/text/WTFString.h
@@ -26,13 +26,13 @@
// This file would be called String.h, but that conflicts with <string.h>
// on systems without case-sensitive file systems.
-#include "wtf/Allocator.h"
-#include "wtf/Compiler.h"
-#include "wtf/HashTableDeletedValueType.h"
-#include "wtf/WTFExport.h"
-#include "wtf/text/ASCIIFastPath.h"
-#include "wtf/text/StringImpl.h"
-#include "wtf/text/StringView.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Compiler.h"
+#include "platform/wtf/HashTableDeletedValueType.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/text/ASCIIFastPath.h"
+#include "platform/wtf/text/StringImpl.h"
+#include "platform/wtf/text/StringView.h"
#include <algorithm>
#include <iosfwd>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/text/UTF8.cpp ('k') | third_party/WebKit/Source/platform/wtf/text/WTFString.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698