Chromium Code Reviews| 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) { |