Chromium Code Reviews

Unified Diff: base/scoped_handle_win.h

Issue 6040002: Remove more 'using' declarations of Scoped* from scoped_handle_win.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typedef Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « app/win_util.cc ('k') | chrome/browser/aeropeek_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_handle_win.h
diff --git a/base/scoped_handle_win.h b/base/scoped_handle_win.h
index 09bb2cb678d19c5bd2464d11fc2c7ed6a4b6701b..8654ae06343c059cd65110e511a97e5a7a38f1dc 100644
--- a/base/scoped_handle_win.h
+++ b/base/scoped_handle_win.h
@@ -13,7 +13,4 @@
using base::win::ScopedBitmap;
using base::win::ScopedHandle;
using base::win::ScopedHDC;
-using base::win::ScopedHFONT;
using base::win::ScopedHGlobal;
-using base::win::ScopedHICON;
-using base::win::ScopedRegion;
« no previous file with comments | « app/win_util.cc ('k') | chrome/browser/aeropeek_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine