summaryrefslogtreecommitdiffstats
path: root/chrome/common/sandbox_mac_fontloading_unittest.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/sandbox_mac_fontloading_unittest.mm')
-rw-r--r--chrome/common/sandbox_mac_fontloading_unittest.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/sandbox_mac_fontloading_unittest.mm b/chrome/common/sandbox_mac_fontloading_unittest.mm
index f07a444..834fc0b 100644
--- a/chrome/common/sandbox_mac_fontloading_unittest.mm
+++ b/chrome/common/sandbox_mac_fontloading_unittest.mm
@@ -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 @@ bool FontLoadingTestCase::SandboxedTest() {
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*>(