| Index: tools/ipc_fuzzer/mutate/rand_util.cc
|
| diff --git a/tools/ipc_fuzzer/mutate/rand_util.cc b/tools/ipc_fuzzer/mutate/rand_util.cc
|
| index 286c4e6f838f636458f092bb0f33c26a86d8bcde..3f3ba9a3cc598c855bca917494b77c8e9a09860c 100644
|
| --- a/tools/ipc_fuzzer/mutate/rand_util.cc
|
| +++ b/tools/ipc_fuzzer/mutate/rand_util.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "tools/ipc_fuzzer/mutate/rand_util.h"
|
| #include "base/rand_util.h"
|
| +#include "tools/ipc_fuzzer/mutate/rand_util.h"
|
|
|
| namespace ipc_fuzzer {
|
|
|
|
|