Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1094)

Unified Diff: util/win/process_info_test.cc

Issue 1408123006: Tidy up to enable C4800 on Windows (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « util/win/process_info.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/win/process_info_test.cc
diff --git a/util/win/process_info_test.cc b/util/win/process_info_test.cc
index 81e5613ed14e5db1ea73cdad4d26462023e797f0..c997d49912809220b8640dbda546aa0424b8ec3c 100644
--- a/util/win/process_info_test.cc
+++ b/util/win/process_info_test.cc
@@ -50,7 +50,7 @@ bool IsProcessWow64(HANDLE process_handle) {
PLOG(ERROR) << "IsWow64Process";
return false;
}
- return is_wow64;
+ return !!is_wow64;
}
void VerifyAddressInInCodePage(const ProcessInfo& process_info,
« no previous file with comments | « util/win/process_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698