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

Unified Diff: mojo/public/system/core_cpp.h

Issue 99913002: Remove "ScopedHandleBase<H>::operator H() const" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « mojo/public/bindings/lib/connector.cc ('k') | mojo/public/tests/system_core_cpp_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/system/core_cpp.h
diff --git a/mojo/public/system/core_cpp.h b/mojo/public/system/core_cpp.h
index 667dc4172128f5ad9db6aeafc27d0af8d9aeb092..02ae4d5b957ac5e0a4154155302f7377dd44d998 100644
--- a/mojo/public/system/core_cpp.h
+++ b/mojo/public/system/core_cpp.h
@@ -34,7 +34,6 @@ class ScopedHandleBase {
return *this;
}
- operator HandleType() const { return handle_; }
const HandleType& get() const { return handle_; }
void swap(ScopedHandleBase& other) {
« no previous file with comments | « mojo/public/bindings/lib/connector.cc ('k') | mojo/public/tests/system_core_cpp_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698