Index: chrome/common/sandbox_mac_fontloading_unittest.mm |
=================================================================== |
--- chrome/common/sandbox_mac_fontloading_unittest.mm (revision 62861) |
+++ chrome/common/sandbox_mac_fontloading_unittest.mm (working copy) |
@@ -6,7 +6,7 @@ |
#include "base/file_util.h" |
#include "base/logging.h" |
-#include "base/scoped_cftyperef.h" |
+#include "base/mac/scoped_cftyperef.h" |
#include "base/scoped_ptr.h" |
#include "base/shared_memory.h" |
#include "chrome/common/font_loader_mac.h" |
@@ -136,7 +136,7 @@ |
LOG(ERROR) << "Got NULL CGFontRef"; |
return false; |
} |
- scoped_cftyperef<CGFontRef> cgfont; |
+ base::mac::ScopedCFTypeRef<CGFontRef> cgfont; |
cgfont.reset(font_ref); |
const NSFont* nsfont = reinterpret_cast<const NSFont*>( |
Property changes on: chrome/common/sandbox_mac_fontloading_unittest.mm |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |