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

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

Issue 2769603002: Move files in wtf/ to platform/wtf/ (Part 8). (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/HashFunctions.h
diff --git a/third_party/WebKit/Source/wtf/HashFunctions.h b/third_party/WebKit/Source/platform/wtf/HashFunctions.h
similarity index 99%
copy from third_party/WebKit/Source/wtf/HashFunctions.h
copy to third_party/WebKit/Source/platform/wtf/HashFunctions.h
index c3d90d02655a162d8249f943f79fab200715aa95..a58130240ba46e9d8e7e158bdb1051e4694fec33 100644
--- a/third_party/WebKit/Source/wtf/HashFunctions.h
+++ b/third_party/WebKit/Source/platform/wtf/HashFunctions.h
@@ -21,8 +21,8 @@
#ifndef WTF_HashFunctions_h
#define WTF_HashFunctions_h
-#include "wtf/RefPtr.h"
-#include "wtf/StdLibExtras.h"
+#include "platform/wtf/RefPtr.h"
+#include "platform/wtf/StdLibExtras.h"
#include <memory>
#include <stdint.h>
#include <type_traits>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/HashCountedSet.h ('k') | third_party/WebKit/Source/platform/wtf/HashIterators.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698