Index: remoting/host/desktop_shape_tracker_win.cc |
diff --git a/remoting/host/desktop_shape_tracker_win.cc b/remoting/host/desktop_shape_tracker_win.cc |
index 8655ed51d6cfbed7d73e5eea995fadc409d60c5d..6b31c0cf0858ccd7a5d91408a069ae3c30d7d22f 100644 |
--- a/remoting/host/desktop_shape_tracker_win.cc |
+++ b/remoting/host/desktop_shape_tracker_win.cc |
@@ -57,7 +57,7 @@ void DesktopShapeTrackerWin::RefreshDesktopShape() { |
// Accumulate a new desktop shape from current window positions. |
scoped_ptr<EnumDesktopShapeData> shape_data(new EnumDesktopShapeData); |
if (!EnumWindows(EnumWindowsCallback, (LPARAM)shape_data.get())) { |
- LOG_GETLASTERROR(ERROR) << "Failed to enumerate windows"; |
+ PLOG(ERROR) << "Failed to enumerate windows"; |
desktop_shape_.Clear(); |
return; |
} |