| Index: util/net/http_multipart_builder_test.cc
|
| diff --git a/util/net/http_multipart_builder_test.cc b/util/net/http_multipart_builder_test.cc
|
| index 5517f67baaa5ea0a1b7f6ae7ec01c91f42a2a4cf..d024c520fdf0ae23454d654fe3bd927ce1798706 100644
|
| --- a/util/net/http_multipart_builder_test.cc
|
| +++ b/util/net/http_multipart_builder_test.cc
|
| @@ -17,10 +17,10 @@
|
| #include <vector>
|
|
|
| #include "gtest/gtest.h"
|
| +#include "test/gtest_death_check.h"
|
| +#include "test/paths.h"
|
| #include "util/net/http_body.h"
|
| #include "util/net/http_body_test_util.h"
|
| -#include "util/test/gtest_death_check.h"
|
| -#include "util/test/paths.h"
|
|
|
| namespace crashpad {
|
| namespace test {
|
|
|