diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-24 23:14:17 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-24 23:14:17 +0000 |
commit | dc4f4c2fc8e0083adafa8d381a33c1739936308a (patch) | |
tree | 2f6debc153f0c2a2aaf3cc2c8e4328cdc0ea6bab /base/mac | |
parent | 6251657822da1ec90d7a96cd10b12948fc7a8cbc (diff) | |
download | chromium_src-dc4f4c2fc8e0083adafa8d381a33c1739936308a.zip chromium_src-dc4f4c2fc8e0083adafa8d381a33c1739936308a.tar.gz chromium_src-dc4f4c2fc8e0083adafa8d381a33c1739936308a.tar.bz2 |
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
Diffstat (limited to 'base/mac')
-rw-r--r-- | base/mac/scoped_cftyperef.h | 6 |
1 files changed, 0 insertions, 6 deletions
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_ |