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

Unified Diff: snapshot/cpu_context.cc

Issue 1335353002: Replace implicit_cast usage with static_cast. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: implicitcast: . Created 5 years, 3 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
Index: snapshot/cpu_context.cc
diff --git a/snapshot/cpu_context.cc b/snapshot/cpu_context.cc
index 2f7ab976b2694f2002e6dd06e9423921c2499057..82839db8ef977c7a6121d2a0a0a68185c444ff8d 100644
--- a/snapshot/cpu_context.cc
+++ b/snapshot/cpu_context.cc
@@ -16,6 +16,7 @@
#include "base/basictypes.h"
#include "base/logging.h"
+#include "util/misc/implicit_cast.h"
namespace crashpad {

Powered by Google App Engine
This is Rietveld 408576698