| Index: ui/gfx/icc_profile_x11.cc
|
| diff --git a/ui/gfx/icc_profile_x11.cc b/ui/gfx/icc_profile_x11.cc
|
| index b2d7ca14eda65f19782dbbda54ca289b3a1c6536..819c8a6d096b9fc0fd5ec85e65bf47f42156b814 100644
|
| --- a/ui/gfx/icc_profile_x11.cc
|
| +++ b/ui/gfx/icc_profile_x11.cc
|
| @@ -25,7 +25,7 @@ ICCProfile ICCProfile::FromBestMonitor() {
|
| ICCProfile icc_profile;
|
| if (base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kHeadless))
|
| return icc_profile;
|
| - Atom property = ui::X11AtomCache::GetInstance()->GetAtom("_ICC_PROFILE");
|
| + Atom property = GetAtom("_ICC_PROFILE");
|
| if (property != None) {
|
| Atom prop_type = None;
|
| int prop_format = 0;
|
|
|