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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.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/ASCIIFastPath.h
diff --git a/third_party/WebKit/Source/wtf/text/ASCIIFastPath.h b/third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/text/ASCIIFastPath.h
copy to third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.h
index 2f3433f5e4925fd5ab3fba4acbd22676efa25750..099f0ad6b0265fdedbcd27b73733f3b19c885f0d 100644
--- a/third_party/WebKit/Source/wtf/text/ASCIIFastPath.h
+++ b/third_party/WebKit/Source/platform/wtf/text/ASCIIFastPath.h
@@ -22,10 +22,10 @@
#ifndef ASCIIFastPath_h
#define ASCIIFastPath_h
-#include "wtf/Alignment.h"
-#include "wtf/CPU.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/Alignment.h"
+#include "platform/wtf/CPU.h"
+#include "platform/wtf/StdLibExtras.h"
+#include "platform/wtf/text/Unicode.h"
#include <stdint.h>
#if OS(MACOSX) && (CPU(X86) || CPU(X86_64))
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/dtoa/utils.h ('k') | third_party/WebKit/Source/platform/wtf/text/AtomicString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698