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

Unified Diff: third_party/WebKit/Source/platform/wtf/ASCIICType.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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/wtf/ASCIICType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/wtf/ASCIICType.h
diff --git a/third_party/WebKit/Source/wtf/ASCIICType.h b/third_party/WebKit/Source/platform/wtf/ASCIICType.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/ASCIICType.h
copy to third_party/WebKit/Source/platform/wtf/ASCIICType.h
index e25f8d4e731ca349eb7b29f412974f39943b4990..6bee37dcc78b73f36502c0eee4f42ebf71121f2d 100644
--- a/third_party/WebKit/Source/wtf/ASCIICType.h
+++ b/third_party/WebKit/Source/platform/wtf/ASCIICType.h
@@ -29,8 +29,8 @@
#ifndef WTF_ASCIICType_h
#define WTF_ASCIICType_h
-#include "wtf/Assertions.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/text/Unicode.h"
// The behavior of many of the functions in the <ctype.h> header is dependent
// on the current locale. But in the WebKit project, all uses of those functions
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/wtf/ASCIICType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698