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

Unified Diff: Source/wtf/Forward.h

Issue 23890025: WIP (Introduce WTF::NonNullPtr<T>.) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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/core/xml/XPathFunctions.cpp ('k') | Source/wtf/NonNullPtr.h » ('j') | 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 f1ab5e2f579400d6f2e0ed1da2fb22f92db32f0e..1f54600d3ad6e85b3862eb12424ded9bf39e5f8f 100644
--- a/Source/wtf/Forward.h
+++ b/Source/wtf/Forward.h
@@ -25,6 +25,7 @@
namespace WTF {
template<typename T> class Function;
+ template<typename T> class NonNullPtr;
template<typename T> class OwnArrayPtr;
template<typename T> class OwnPtr;
template<typename T> class PassOwnArrayPtr;
@@ -53,6 +54,7 @@ namespace WTF {
}
using WTF::Function;
+using WTF::NonNullPtr;
using WTF::OwnArrayPtr;
using WTF::OwnPtr;
using WTF::PassOwnArrayPtr;
« no previous file with comments | « Source/core/xml/XPathFunctions.cpp ('k') | Source/wtf/NonNullPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698