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

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

Issue 2764283002: Move files in wtf/ to platform/wtf/ (Part 10). (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/StringUTF8Adaptor.h
diff --git a/third_party/WebKit/Source/wtf/text/StringUTF8Adaptor.h b/third_party/WebKit/Source/platform/wtf/text/StringUTF8Adaptor.h
similarity index 95%
copy from third_party/WebKit/Source/wtf/text/StringUTF8Adaptor.h
copy to third_party/WebKit/Source/platform/wtf/text/StringUTF8Adaptor.h
index 1aa0897f500a609a7d1505cb27f3c5d37cf26647..9f0d9cc3901573abc04fde6711d773845d2e512b 100644
--- a/third_party/WebKit/Source/wtf/text/StringUTF8Adaptor.h
+++ b/third_party/WebKit/Source/platform/wtf/text/StringUTF8Adaptor.h
@@ -32,10 +32,10 @@
#define StringUTF8Adaptor_h
#include "base/strings/string_piece.h"
-#include "wtf/Allocator.h"
-#include "wtf/text/CString.h"
-#include "wtf/text/TextEncoding.h"
-#include "wtf/text/WTFString.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/text/CString.h"
+#include "platform/wtf/text/TextEncoding.h"
+#include "platform/wtf/text/WTFString.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698