Index: base/win/scoped_comptr.h |
diff --git a/base/win/scoped_comptr.h b/base/win/scoped_comptr.h |
index 615de75135135feff7a76aeae49ff9fa0792e263..4dda820e015f9ebfb7454ed49f67687f3f533a52 100644 |
--- a/base/win/scoped_comptr.h |
+++ b/base/win/scoped_comptr.h |
@@ -181,7 +181,7 @@ class ScopedComPtr { |
return details::ScopedComPtrRef<ScopedComPtr<Interface>>(this); |
} |
- void swap(ScopedComPtr<Interface>& r) { |
+ void Swap(ScopedComPtr<Interface>& r) { |
Interface* tmp = ptr_; |
ptr_ = r.ptr_; |
r.ptr_ = tmp; |