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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringImpl.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/StringImpl.h
diff --git a/third_party/WebKit/Source/wtf/text/StringImpl.h b/third_party/WebKit/Source/platform/wtf/text/StringImpl.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/text/StringImpl.h
copy to third_party/WebKit/Source/platform/wtf/text/StringImpl.h
index 97f2c6767bf69b877952e92764be6494d64a0b85..33464883882e6b8069a64a95b77781ebd0a36c3f 100644
--- a/third_party/WebKit/Source/wtf/text/StringImpl.h
+++ b/third_party/WebKit/Source/platform/wtf/text/StringImpl.h
@@ -24,19 +24,19 @@
#ifndef StringImpl_h
#define StringImpl_h
-#include "wtf/ASCIICType.h"
-#include "wtf/Forward.h"
-#include "wtf/HashMap.h"
-#include "wtf/StringHasher.h"
-#include "wtf/Vector.h"
-#include "wtf/WTFExport.h"
-#include "wtf/text/ASCIIFastPath.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/ASCIICType.h"
+#include "platform/wtf/Forward.h"
+#include "platform/wtf/HashMap.h"
+#include "platform/wtf/StringHasher.h"
+#include "platform/wtf/Vector.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/text/ASCIIFastPath.h"
+#include "platform/wtf/text/Unicode.h"
#include <limits.h>
#include <string.h>
#if DCHECK_IS_ON()
-#include "wtf/ThreadRestrictionVerifier.h"
+#include "platform/wtf/ThreadRestrictionVerifier.h"
#endif
#if OS(MACOSX)
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/text/StringHash.h ('k') | third_party/WebKit/Source/platform/wtf/text/StringImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698