| 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_
|
|
|