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

Unified Diff: base/win/scoped_handle.h

Issue 618523002: Remove ScopedHandle operator Handle() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/scoped_handle.h
diff --git a/base/win/scoped_handle.h b/base/win/scoped_handle.h
index c8d0f39de24a91c36386f9f132fe3d7b910d4b6f..db24f4bb362aab5e4169b31f7187c43de5d4ffb8 100644
--- a/base/win/scoped_handle.h
+++ b/base/win/scoped_handle.h
@@ -80,10 +80,6 @@ class GenericScopedHandle {
return handle_;
}
- operator Handle() const {
- return handle_;
- }
-
// Transfers ownership away from this object.
Handle Take() {
Handle temp = handle_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698