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

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

Issue 2741343017: Move files in wtf/ to platform/wtf/ (Part 4). (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/Unicode.h
diff --git a/third_party/WebKit/Source/wtf/text/Unicode.h b/third_party/WebKit/Source/platform/wtf/text/Unicode.h
similarity index 93%
copy from third_party/WebKit/Source/wtf/text/Unicode.h
copy to third_party/WebKit/Source/platform/wtf/text/Unicode.h
index 56064b153e8d1229b69cc40ffbdc8d5ea19f60ae..d4712059cbf93bb2fe5a0c5977eb824c532832b5 100644
--- a/third_party/WebKit/Source/wtf/text/Unicode.h
+++ b/third_party/WebKit/Source/platform/wtf/text/Unicode.h
@@ -23,12 +23,12 @@
#ifndef WTF_Unicode_h
#define WTF_Unicode_h
-#include "wtf/Assertions.h"
+#include "platform/wtf/Assertions.h"
// Define platform neutral 8 bit character type (L is for Latin-1).
typedef unsigned char LChar;
-#include "wtf/text/icu/UnicodeIcu.h"
+#include "platform/wtf/text/icu/UnicodeIcu.h"
static_assert(sizeof(UChar) == 2, "UChar should be two bytes");
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/StringExtras.h ('k') | third_party/WebKit/Source/platform/wtf/text/icu/UnicodeIcu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698