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

Unified Diff: base/test/opaque_ref_counted.h

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/memory/ref_counted.h ('k') | base/test/opaque_ref_counted.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/opaque_ref_counted.h
diff --git a/base/test/opaque_ref_counted.h b/base/test/opaque_ref_counted.h
index c0ddc87fe164d311a25d6df9ef271f6976b176f5..9ec83db6875e97c8d7e5d62c3a3af411ab269e27 100644
--- a/base/test/opaque_ref_counted.h
+++ b/base/test/opaque_ref_counted.h
@@ -23,7 +23,4 @@ void TestOpaqueRefCountedThreadSafe(
} // namespace base
-extern template class scoped_refptr<base::OpaqueRefCounted>;
-extern template class scoped_refptr<base::OpaqueRefCountedThreadSafe>;
-
#endif // BASE_TEST_OPAQUE_REF_COUNTED_H_
« no previous file with comments | « base/memory/ref_counted.h ('k') | base/test/opaque_ref_counted.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698