Commit 0a05c08f authored by sungmann.cho's avatar sungmann.cho Committed by Commit bot

Remove an unnecessary #include section from render_process_host_impl.cc.

#include <utility> in render_process_host_impl.cc is not necessary anymore.

Review URL: https://codereview.chromium.org/695203002

Cr-Commit-Position: refs/heads/master@{#302454}
parent d3ac15e5
......@@ -11,10 +11,6 @@
#include <limits>
#include <vector>
#if defined(OS_POSIX)
#include <utility> // for pair<>
#endif
#include "base/base_switches.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment