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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringHash.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/StringHash.h
diff --git a/third_party/WebKit/Source/wtf/text/StringHash.h b/third_party/WebKit/Source/platform/wtf/text/StringHash.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/text/StringHash.h
copy to third_party/WebKit/Source/platform/wtf/text/StringHash.h
index 905ede3690a417ea6f7c276470ed95fd780e2860..4c89a8da466ab05b0974c66651a58220e4d37467 100644
--- a/third_party/WebKit/Source/wtf/text/StringHash.h
+++ b/third_party/WebKit/Source/platform/wtf/text/StringHash.h
@@ -22,10 +22,10 @@
#ifndef StringHash_h
#define StringHash_h
-#include "wtf/Allocator.h"
-#include "wtf/HashTraits.h"
-#include "wtf/StringHasher.h"
-#include "wtf/text/AtomicString.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/HashTraits.h"
+#include "platform/wtf/StringHasher.h"
+#include "platform/wtf/text/AtomicString.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698