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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/CharacterNames.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/CharacterNames.h
diff --git a/third_party/WebKit/Source/wtf/text/CharacterNames.h b/third_party/WebKit/Source/platform/wtf/text/CharacterNames.h
similarity index 99%
copy from third_party/WebKit/Source/wtf/text/CharacterNames.h
copy to third_party/WebKit/Source/platform/wtf/text/CharacterNames.h
index e97e33220ee7178d6249efa93f5d4cd3dd293df4..2a189b1261dabecaa7f38174d12992b9ac0245b1 100644
--- a/third_party/WebKit/Source/wtf/text/CharacterNames.h
+++ b/third_party/WebKit/Source/platform/wtf/text/CharacterNames.h
@@ -26,7 +26,7 @@
#ifndef CharacterNames_h
#define CharacterNames_h
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/text/Unicode.h"
namespace WTF {
namespace Unicode {

Powered by Google App Engine
This is Rietveld 408576698