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

Unified Diff: base/memory/scoped_ptr.h

Issue 11344041: Revert 165006 - Revert 165005 until skia_webkit.gyp is present everywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 | « no previous file | skia/skia_test_expectations.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/scoped_ptr.h
===================================================================
--- base/memory/scoped_ptr.h (revision 165006)
+++ base/memory/scoped_ptr.h (working copy)
@@ -244,15 +244,7 @@
template <class C2> bool operator!=(scoped_ptr<C2> const& p2) const;
};
-/*
-class SkRefCnt;
-template <>
-class scoped_ptr <SkRefCnt> {
-private:
- scoped_ptr() { }
- ~scoped_ptr() { };
-};
-*/
+
// Free functions
template <class C>
void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) {
« no previous file with comments | « no previous file | skia/skia_test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698