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

Unified Diff: util/posix/process_info_test.cc

Issue 1344683002: Include implicit_cast.h at all users of it. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 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: util/posix/process_info_test.cc
diff --git a/util/posix/process_info_test.cc b/util/posix/process_info_test.cc
index 59315a0b378a4a4261668ef6e285c03ef068c796..0f17831d9904736645e6cb92e7c7a4d2d6f3a833 100644
--- a/util/posix/process_info_test.cc
+++ b/util/posix/process_info_test.cc
@@ -25,6 +25,7 @@
#include "build/build_config.h"
#include "gtest/gtest.h"
#include "test/errors.h"
+#include "util/misc/implicit_cast.h"
#if defined(OS_MACOSX)
#include <crt_externs.h>

Powered by Google App Engine
This is Rietveld 408576698