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

Unified Diff: base/test/opaque_ref_counted.cc

Issue 2471043002: Allow icomplete types in scoped_refptr<T>. (Closed)
Patch Set: Release can delete this Created 4 years, 1 month 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 | « base/test/opaque_ref_counted.h ('k') | base/win/scoped_comptr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/opaque_ref_counted.cc
diff --git a/base/test/opaque_ref_counted.cc b/base/test/opaque_ref_counted.cc
index 36253e5ef962f6abfa00669e8f2b5b6737565bad..f60ee0fc0f02e539ad1731c6a94c9187d18f73cd 100644
--- a/base/test/opaque_ref_counted.cc
+++ b/base/test/opaque_ref_counted.cc
@@ -54,6 +54,3 @@ void TestOpaqueRefCountedThreadSafe(
}
} // namespace base
-
-template class scoped_refptr<base::OpaqueRefCounted>;
-template class scoped_refptr<base::OpaqueRefCountedThreadSafe>;
« no previous file with comments | « base/test/opaque_ref_counted.h ('k') | base/win/scoped_comptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698