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

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

Issue 2764283002: Move files in wtf/ to platform/wtf/ (Part 10). (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/Collator.h
diff --git a/third_party/WebKit/Source/wtf/text/Collator.h b/third_party/WebKit/Source/platform/wtf/text/Collator.h
similarity index 94%
copy from third_party/WebKit/Source/wtf/text/Collator.h
copy to third_party/WebKit/Source/platform/wtf/text/Collator.h
index 853083e4af60f3409548f5b7b9f1075867f979ee..c60d4681d1c588e2eae1e549ccd421fc4aec5fc9 100644
--- a/third_party/WebKit/Source/wtf/text/Collator.h
+++ b/third_party/WebKit/Source/platform/wtf/text/Collator.h
@@ -29,10 +29,10 @@
#ifndef WTF_Collator_h
#define WTF_Collator_h
-#include "wtf/Allocator.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/WTFExport.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/text/Unicode.h"
#include <memory>
struct UCollator;
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/text/Base64.cpp ('k') | third_party/WebKit/Source/platform/wtf/text/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698