summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/chrome_frame_test_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/chrome_frame_test_utils.cc')
-rw-r--r--chrome_frame/test/chrome_frame_test_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/chrome_frame_test_utils.cc b/chrome_frame/test/chrome_frame_test_utils.cc
index 6c84938..6b1f581 100644
--- a/chrome_frame/test/chrome_frame_test_utils.cc
+++ b/chrome_frame/test/chrome_frame_test_utils.cc
@@ -566,7 +566,7 @@ bool DetectRunningCrashService(int timeout_ms) {
break;
default:
DLOG(WARNING) << "Unexpected error while checking crash_service.exe's "
- << "pipe: " << win_util::FormatLastWin32Error();
+ << ::GetLastError();
// Go ahead and wait in case it clears up.
break;
}