From dc4f4c2fc8e0083adafa8d381a33c1739936308a Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 24 Jun 2013 23:14:17 +0000 Subject: mac: Remove ScopedCFTypeRef from base::mac::. Most references were updated from base::mac:: to base:: in r208245. Manually fix up a few stragglers in this CL too. BUG=251957 R=mark@chromium.org Review URL: https://codereview.chromium.org/17618003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208287 0039d316-1c4b-4281-b951-d872f2087c98 --- base/mac/scoped_cftyperef.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'base/mac') diff --git a/base/mac/scoped_cftyperef.h b/base/mac/scoped_cftyperef.h index f09fcbf..c41de80 100644 --- a/base/mac/scoped_cftyperef.h +++ b/base/mac/scoped_cftyperef.h @@ -101,12 +101,6 @@ class ScopedCFTypeRef { CFT object_; }; -// TODO(thakis): Remove this once all clients use base::ScopedCFTypeRef -// directly. -namespace mac { -using base::ScopedCFTypeRef; -} // namespace mac - } // namespace base #endif // BASE_MAC_SCOPED_CFTYPEREF_H_ -- cgit v1.1