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

Unified Diff: third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.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/ThreadSafeRefCounted.h
diff --git a/third_party/WebKit/Source/wtf/ThreadSafeRefCounted.h b/third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h
similarity index 93%
copy from third_party/WebKit/Source/wtf/ThreadSafeRefCounted.h
copy to third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h
index c7814bd8851a0ee968069c37f57eb97dede51c32..3e49e995fb24a7e4ac936f7ab499eca4361ce3e0 100644
--- a/third_party/WebKit/Source/wtf/ThreadSafeRefCounted.h
+++ b/third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h
@@ -30,11 +30,11 @@
#ifndef ThreadSafeRefCounted_h
#define ThreadSafeRefCounted_h
-#include "wtf/Allocator.h"
-#include "wtf/Atomics.h"
-#include "wtf/DynamicAnnotations.h"
-#include "wtf/Noncopyable.h"
-#include "wtf/WTFExport.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Atomics.h"
+#include "platform/wtf/DynamicAnnotations.h"
+#include "platform/wtf/Noncopyable.h"
+#include "platform/wtf/WTFExport.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698