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

Unified Diff: base/mac/scoped_cftyperef.h

Issue 17618003: mac: Remove ScopedCFTypeRef from base::mac::. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios Created 7 years, 6 months 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 | « base/files/file_path.cc ('k') | base/message_loop/message_pump_io_ios.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/scoped_cftyperef.h
diff --git a/base/mac/scoped_cftyperef.h b/base/mac/scoped_cftyperef.h
index f09fcbf3d7846192ec42b3a70310fc5167e89b98..c41de80d8052fa1dcb0dad978a6e696981c8e0aa 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_
« no previous file with comments | « base/files/file_path.cc ('k') | base/message_loop/message_pump_io_ios.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698