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

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

Issue 2764833002: Move files in wtf/ to platform/wtf/ (Part 7). (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/RefPtr.h
diff --git a/third_party/WebKit/Source/wtf/RefPtr.h b/third_party/WebKit/Source/platform/wtf/RefPtr.h
similarity index 96%
copy from third_party/WebKit/Source/wtf/RefPtr.h
copy to third_party/WebKit/Source/platform/wtf/RefPtr.h
index 6dca0985aac0db86f39a9e777cc190ba2989d457..0b15fb080a06c1484af6223f081e942bb5779c60 100644
--- a/third_party/WebKit/Source/wtf/RefPtr.h
+++ b/third_party/WebKit/Source/platform/wtf/RefPtr.h
@@ -22,10 +22,10 @@
#ifndef WTF_RefPtr_h
#define WTF_RefPtr_h
-#include "wtf/Allocator.h"
-#include "wtf/HashTableDeletedValueType.h"
-#include "wtf/PassRefPtr.h"
-#include "wtf/allocator/PartitionAllocator.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/HashTableDeletedValueType.h"
+#include "platform/wtf/PassRefPtr.h"
+#include "platform/wtf/allocator/PartitionAllocator.h"
#include <algorithm>
#include <utility>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/RefCounted.h ('k') | third_party/WebKit/Source/platform/wtf/StackUtil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698