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

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: drops 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') | no next file with comments »
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..5b0b643e3ef69b0a80b53d1a9832f091bd95dd0f 100644
--- a/client/capture_context_mac_test.cc
+++ b/client/capture_context_mac_test.cc
@@ -19,9 +19,9 @@
#include <algorithm>
-#include "base/basictypes.h"
#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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698