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

Unified Diff: base/message_loop/message_pump_io_ios.h

Issue 16917011: mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: base/message_loop/message_pump_io_ios.h
diff --git a/base/message_loop/message_pump_io_ios.h b/base/message_loop/message_pump_io_ios.h
index 3aaf03725f2afd58c32b81163b42699c039b28d1..6596862b88b43e1d874ddc880bdc99a3720f3b27 100644
--- a/base/message_loop/message_pump_io_ios.h
+++ b/base/message_loop/message_pump_io_ios.h
@@ -81,7 +81,7 @@ class BASE_EXPORT MessagePumpIOSForIO : public MessagePumpNSRunLoop {
bool is_persistent_; // false if this event is one-shot.
base::mac::ScopedCFFileDescriptorRef fdref_;
CFOptionFlags callback_types_;
- base::mac::ScopedCFTypeRef<CFRunLoopSourceRef> fd_source_;
+ base::ScopedCFTypeRef<CFRunLoopSourceRef> fd_source_;
scoped_refptr<MessagePumpIOSForIO> pump_;
Watcher* watcher_;

Powered by Google App Engine
This is Rietveld 408576698