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

Unified Diff: third_party/WebKit/Source/platform/wtf/BloomFilter.h

Issue 2767153004: Move files in wtf/ to platform/wtf/ (Part 12). (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 | « third_party/WebKit/Source/platform/wtf/BUILD.gn ('k') | third_party/WebKit/Source/platform/wtf/ByteOrder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/wtf/BloomFilter.h
diff --git a/third_party/WebKit/Source/wtf/BloomFilter.h b/third_party/WebKit/Source/platform/wtf/BloomFilter.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/BloomFilter.h
copy to third_party/WebKit/Source/platform/wtf/BloomFilter.h
index 4618304cfb8b56115d5f43321dfc5e2af7bcfc30..353f0fb17ffdb17eb115f0219292a7d103b1dc60 100644
--- a/third_party/WebKit/Source/wtf/BloomFilter.h
+++ b/third_party/WebKit/Source/platform/wtf/BloomFilter.h
@@ -26,9 +26,9 @@
#ifndef BloomFilter_h
#define BloomFilter_h
-#include "wtf/Allocator.h"
-#include "wtf/Compiler.h"
-#include "wtf/text/AtomicString.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Compiler.h"
+#include "platform/wtf/text/AtomicString.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/BUILD.gn ('k') | third_party/WebKit/Source/platform/wtf/ByteOrder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698