| Index: test/multiprocess_posix_test.cc
|
| diff --git a/util/test/multiprocess_posix_test.cc b/test/multiprocess_posix_test.cc
|
| similarity index 99%
|
| rename from util/test/multiprocess_posix_test.cc
|
| rename to test/multiprocess_posix_test.cc
|
| index d0f133dafc86b27ba9ba23951772663916af6ad0..87a42385c3d90b30ef5b150fe2728888ca580340 100644
|
| --- a/util/test/multiprocess_posix_test.cc
|
| +++ b/test/multiprocess_posix_test.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 <stdlib.h>
|
| #include <sys/signal.h>
|
| @@ -20,8 +20,8 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "gtest/gtest.h"
|
| +#include "test/gtest_death_check.h"
|
| #include "util/file/file_io.h"
|
| -#include "util/test/gtest_death_check.h"
|
|
|
| namespace crashpad {
|
| namespace test {
|
|
|