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

Unified Diff: util/win/process_info.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/exception_handler_server.cc ('k') | util/win/process_info_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/win/process_info.cc
diff --git a/util/win/process_info.cc b/util/win/process_info.cc
index 1478d044a9fe2171da4b0c0565502b2224092874..cdc27b1e27b5dd97107749f7487c1f32925fce15 100644
--- a/util/win/process_info.cc
+++ b/util/win/process_info.cc
@@ -59,7 +59,7 @@ bool IsProcessWow64(HANDLE process_handle) {
PLOG(ERROR) << "IsWow64Process";
return false;
}
- return is_wow64;
+ return !!is_wow64;
}
template <class T>
« no previous file with comments | « util/win/exception_handler_server.cc ('k') | util/win/process_info_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698