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

Unified Diff: third_party/WebKit/Source/platform/wtf/RefCounted.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
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/PtrUtil.h ('k') | third_party/WebKit/Source/platform/wtf/RefPtr.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/RefCounted.h
diff --git a/third_party/WebKit/Source/wtf/RefCounted.h b/third_party/WebKit/Source/platform/wtf/RefCounted.h
similarity index 94%
copy from third_party/WebKit/Source/wtf/RefCounted.h
copy to third_party/WebKit/Source/platform/wtf/RefCounted.h
index a2820eaa4d421d41296fb052975af7e46b1fc2b6..357e294e9ac2ebbf1b355cc128c920eb111183d9 100644
--- a/third_party/WebKit/Source/wtf/RefCounted.h
+++ b/third_party/WebKit/Source/platform/wtf/RefCounted.h
@@ -21,18 +21,18 @@
#ifndef RefCounted_h
#define RefCounted_h
-#include "wtf/Allocator.h"
-#include "wtf/Assertions.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/WTFExport.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/WTFExport.h"
#if ENABLE(INSTANCE_COUNTER)
-#include "wtf/InstanceCounter.h"
+#include "platform/wtf/InstanceCounter.h"
#endif
#if DCHECK_IS_ON()
#define CHECK_REF_COUNTED_LIFECYCLE 1
-#include "wtf/ThreadRestrictionVerifier.h"
+#include "platform/wtf/ThreadRestrictionVerifier.h"
#else
#define CHECK_REF_COUNTED_LIFECYCLE 0
#endif
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/PtrUtil.h ('k') | third_party/WebKit/Source/platform/wtf/RefPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698