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

Unified Diff: base/win/scoped_bstr.h

Issue 2625903003: Update scoped_ptr references to be unique_ptr in src/base comments. (Closed)
Patch Set: Created 3 years, 11 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 | « base/task_scheduler/sequence_unittest.cc ('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/win/scoped_bstr.h
diff --git a/base/win/scoped_bstr.h b/base/win/scoped_bstr.h
index 413fb28681e3597766e750cb36a8a9447cd4a346..6237caff63865880c1b234ad9fc3ca426fc715ef 100644
--- a/base/win/scoped_bstr.h
+++ b/base/win/scoped_bstr.h
@@ -18,7 +18,7 @@ namespace base {
namespace win {
// Manages a BSTR string pointer.
-// The class interface is based on scoped_ptr.
+// The class interface is based on uniquie_ptr.
dcheng 2017/01/11 04:42:34 Nit: unique_ptr
class BASE_EXPORT ScopedBstr {
public:
ScopedBstr() : bstr_(NULL) {
« no previous file with comments | « base/task_scheduler/sequence_unittest.cc ('k') | base/win/scoped_comptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698