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

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: fix linux_view and linux_chromeos Created 10 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
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;

Powered by Google App Engine
This is Rietveld 408576698