Fix the build after r427784.
r427784 originally landed as r427752, but failed with an error. Earlier, r427683 landed, adding the same #include. Rather than conflicting, the CQ somehow ignored this. Thus when r427752 got reverted as r427772, the #include got deleted, and the build failed. TBR=hongchan@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2453103002 Cr-Commit-Position: refs/heads/master@{#427785}
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
#include "base/lazy_instance.h"
|
||||
#include "base/logging.h"
|
||||
#include "base/macros.h"
|
||||
#include "base/memory/ptr_util.h"
|
||||
#include "base/numerics/safe_conversions.h"
|
||||
#include "base/stl_util.h"
|
||||
#include "base/strings/string_number_conversions.h"
|
||||
|
Reference in New Issue
Block a user