| Index: ui/gfx/color_profile_mac.cc
|
| diff --git a/ui/gfx/color_profile_mac.cc b/ui/gfx/color_profile_mac.cc
|
| index c313745c07628e4548d1daa984abf7b2d7660a1f..2c7f686a5f478f1d31c4c115791af5147a6e4b85 100644
|
| --- a/ui/gfx/color_profile_mac.cc
|
| +++ b/ui/gfx/color_profile_mac.cc
|
| @@ -10,7 +10,7 @@ namespace gfx {
|
|
|
| void ReadColorProfile(std::vector<char>* profile) {
|
| CGColorSpaceRef monitor_color_space(base::mac::GetSystemColorSpace());
|
| - base::mac::ScopedCFTypeRef<CFDataRef> icc_profile(
|
| + base::ScopedCFTypeRef<CFDataRef> icc_profile(
|
| CGColorSpaceCopyICCProfile(monitor_color_space));
|
| if (icc_profile) {
|
| size_t length = CFDataGetLength(icc_profile);
|
|
|