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

Unified Diff: client/capture_context_mac_test.cc

Issue 1335353002: Replace implicit_cast usage with static_cast. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: implicitcast: fixes 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
« no previous file with comments | « no previous file | client/simple_string_dictionary.h » ('j') | minidump/test/minidump_writable_test_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/capture_context_mac_test.cc
diff --git a/client/capture_context_mac_test.cc b/client/capture_context_mac_test.cc
index 2e744cd387a655339f77ff045254460576f0cbb6..a88f22fbea6ad88ecd15d33548aff0822e0657c3 100644
--- a/client/capture_context_mac_test.cc
+++ b/client/capture_context_mac_test.cc
@@ -22,6 +22,7 @@
#include "base/basictypes.h"
Mark Mentovai 2015/09/12 00:15:14 Drop this.
danakj 2015/09/12 00:17:47 Done.
#include "build/build_config.h"
#include "gtest/gtest.h"
+#include "util/misc/implicit_cast.h"
namespace crashpad {
namespace test {
« no previous file with comments | « no previous file | client/simple_string_dictionary.h » ('j') | minidump/test/minidump_writable_test_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698