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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/UTF8.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/UTF8.h
diff --git a/third_party/WebKit/Source/wtf/text/UTF8.h b/third_party/WebKit/Source/platform/wtf/text/UTF8.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/text/UTF8.h
copy to third_party/WebKit/Source/platform/wtf/text/UTF8.h
index cb2af936e3bcd97fa49cf413baf2a61b81f2e456..9c7c7b7f6619fca574edad734961988152ade4b1 100644
--- a/third_party/WebKit/Source/wtf/text/UTF8.h
+++ b/third_party/WebKit/Source/platform/wtf/text/UTF8.h
@@ -26,8 +26,8 @@
#ifndef WTF_UTF8_h
#define WTF_UTF8_h
-#include "wtf/WTFExport.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/text/Unicode.h"
namespace WTF {
namespace Unicode {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/text/StringView.cpp ('k') | third_party/WebKit/Source/platform/wtf/text/UTF8.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698