| Index: chrome/common/mach_message_source_mac.h
|
| ===================================================================
|
| --- chrome/common/mach_message_source_mac.h (revision 62861)
|
| +++ chrome/common/mach_message_source_mac.h (working copy)
|
| @@ -8,7 +8,7 @@
|
|
|
| #include <CoreServices/CoreServices.h>
|
|
|
| -#include "base/scoped_cftyperef.h"
|
| +#include "base/mac/scoped_cftyperef.h"
|
|
|
| // Handles registering and cleaning up after a CFRunloopSource for a Mach port.
|
| // Messages received on the port are piped through to a delegate.
|
| @@ -56,7 +56,7 @@
|
| static void OnReceiveMachMessage(CFMachPortRef port, void* msg, CFIndex size,
|
| void* closure);
|
|
|
| - scoped_cftyperef<CFRunLoopSourceRef> machport_runloop_ref_;
|
| + base::mac::ScopedCFTypeRef<CFRunLoopSourceRef> machport_runloop_ref_;
|
| DISALLOW_COPY_AND_ASSIGN(MachMessageSource);
|
| };
|
|
|
|
|