| Index: remoting/host/curtain_mode_mac.cc
|
| diff --git a/remoting/host/curtain_mode_mac.cc b/remoting/host/curtain_mode_mac.cc
|
| index b68ab1172a37b97f30448f10c501176fc4bfe30f..aa851563bdcf37c8ade81c95b7147bba655cf58b 100644
|
| --- a/remoting/host/curtain_mode_mac.cc
|
| +++ b/remoting/host/curtain_mode_mac.cc
|
| @@ -134,7 +134,7 @@ void SessionWatcher::ActivateCurtain() {
|
| return;
|
| }
|
|
|
| - base::mac::ScopedCFTypeRef<CFDictionaryRef> session(
|
| + base::ScopedCFTypeRef<CFDictionaryRef> session(
|
| CGSessionCopyCurrentDictionary());
|
|
|
| // CGSessionCopyCurrentDictionary has been observed to return NULL in some
|
|
|