| Index: test/multiprocess_exec_test.cc
|
| diff --git a/util/test/multiprocess_exec_test.cc b/test/multiprocess_exec_test.cc
|
| similarity index 96%
|
| rename from util/test/multiprocess_exec_test.cc
|
| rename to test/multiprocess_exec_test.cc
|
| index 8a5a6a9526a29262d730e73adec400c7762032d0..dc916404a52cbcd59dccd37ea0003453e8e87ecb 100644
|
| --- a/util/test/multiprocess_exec_test.cc
|
| +++ b/test/multiprocess_exec_test.cc
|
| @@ -12,14 +12,14 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#include "util/test/multiprocess_exec.h"
|
| +#include "test/multiprocess_exec.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
| #include "gtest/gtest.h"
|
| +#include "test/paths.h"
|
| #include "util/file/file_io.h"
|
| -#include "util/test/paths.h"
|
|
|
| namespace crashpad {
|
| namespace test {
|
|
|