| Index: remoting/host/usage_stats_consent_win.cc
|
| diff --git a/remoting/host/usage_stats_consent_win.cc b/remoting/host/usage_stats_consent_win.cc
|
| index d06cfb1bee2467de785fda0b4f0e1b952879ea25..bacab67a1ae22cf9d120026eabc614efa6b0f889 100644
|
| --- a/remoting/host/usage_stats_consent_win.cc
|
| +++ b/remoting/host/usage_stats_consent_win.cc
|
| @@ -86,8 +86,7 @@ bool SetUsageStatsConsent(bool allowed) {
|
| }
|
| }
|
|
|
| - LOG_GETLASTERROR(ERROR)
|
| - << "Failed to record the user's consent to crash dump reporting";
|
| + PLOG(ERROR) << "Failed to record the user's consent to crash dump reporting";
|
| return false;
|
| }
|
|
|
|
|