| Index: test/multiprocess_posix.cc
|
| diff --git a/util/test/multiprocess_posix.cc b/test/multiprocess_posix.cc
|
| similarity index 98%
|
| rename from util/test/multiprocess_posix.cc
|
| rename to test/multiprocess_posix.cc
|
| index fbb39dfd1c655e8175ee28c0dc257de4e8ec924f..109ac313304abb7095a4740798c227ce42f2ca7e 100644
|
| --- a/util/test/multiprocess_posix.cc
|
| +++ b/test/multiprocess_posix.cc
|
| @@ -12,7 +12,7 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#include "util/test/multiprocess.h"
|
| +#include "test/multiprocess.h"
|
|
|
| #include <signal.h>
|
| #include <stdlib.h>
|
| @@ -28,8 +28,8 @@
|
| #include "base/posix/eintr_wrapper.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "gtest/gtest.h"
|
| +#include "test/errors.h"
|
| #include "util/misc/scoped_forbid_return.h"
|
| -#include "util/test/errors.h"
|
|
|
| namespace crashpad {
|
| namespace test {
|
|
|