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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/AtomicStringHash.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/AtomicStringHash.h
diff --git a/third_party/WebKit/Source/wtf/text/AtomicStringHash.h b/third_party/WebKit/Source/platform/wtf/text/AtomicStringHash.h
similarity index 96%
copy from third_party/WebKit/Source/wtf/text/AtomicStringHash.h
copy to third_party/WebKit/Source/platform/wtf/text/AtomicStringHash.h
index e512a587e3538ffac0cbb92c5d0be86f20a14d0b..2a0c20df2b96b93ae5fe8ef59978211a7d4d97d9 100644
--- a/third_party/WebKit/Source/wtf/text/AtomicStringHash.h
+++ b/third_party/WebKit/Source/platform/wtf/text/AtomicStringHash.h
@@ -29,8 +29,8 @@
#ifndef AtomicStringHash_h
#define AtomicStringHash_h
-#include "wtf/HashTraits.h"
-#include "wtf/text/AtomicString.h"
+#include "platform/wtf/HashTraits.h"
+#include "platform/wtf/text/AtomicString.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698