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

Unified Diff: util/posix/close_multiple.cc

Issue 1344683002: Include implicit_cast.h at all users of it. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: implicitcast2: . 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 | « util/numeric/in_range_cast_test.cc ('k') | util/posix/process_info_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/posix/close_multiple.cc
diff --git a/util/posix/close_multiple.cc b/util/posix/close_multiple.cc
index a61ee1cd20e36f55b7de5c1729dde072c2116ca4..c5264342ad1b804530f8e5dccf1c452d78a048f7 100644
--- a/util/posix/close_multiple.cc
+++ b/util/posix/close_multiple.cc
@@ -29,6 +29,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/posix/eintr_wrapper.h"
#include "build/build_config.h"
+#include "util/misc/implicit_cast.h"
#include "util/numeric/safe_assignment.h"
// Everything in this file is expected to execute between fork() and exec(),
« no previous file with comments | « util/numeric/in_range_cast_test.cc ('k') | util/posix/process_info_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698