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

Unified Diff: Source/wtf/Forward.h

Issue 966243002: Reduce platform/heap/ wtf includes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | « Source/platform/heap/Visitor.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/Forward.h
diff --git a/Source/wtf/Forward.h b/Source/wtf/Forward.h
index 888ac4b706faa1baec8b028c3db641d70d0bc8a4..8fe791b6b0e5c5e57d62505d0c85c393c24e1ece 100644
--- a/Source/wtf/Forward.h
+++ b/Source/wtf/Forward.h
@@ -30,6 +30,7 @@ namespace WTF {
template<typename T> class PassRefPtr;
template<typename T> class RefPtr;
template<typename T, size_t inlineCapacity, typename Allocator> class Vector;
+ template<typename T> class WeakPtr;
class ArrayBuffer;
class ArrayBufferView;
@@ -59,6 +60,7 @@ using WTF::PassOwnPtr;
using WTF::PassRefPtr;
using WTF::RefPtr;
using WTF::Vector;
+using WTF::WeakPtr;
using WTF::ArrayBuffer;
using WTF::ArrayBufferView;
« no previous file with comments | « Source/platform/heap/Visitor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698