| Index: test/multiprocess_exec.h | 
| diff --git a/util/test/multiprocess_exec.h b/test/multiprocess_exec.h | 
| similarity index 92% | 
| rename from util/test/multiprocess_exec.h | 
| rename to test/multiprocess_exec.h | 
| index 4f60f8145132ec4cc161d4db06bb4a2e78fbb6e0..2d8f3389e65ab537db995d01df0d54abf51d1e00 100644 | 
| --- a/util/test/multiprocess_exec.h | 
| +++ b/test/multiprocess_exec.h | 
| @@ -12,15 +12,15 @@ | 
| // See the License for the specific language governing permissions and | 
| // limitations under the License. | 
|  | 
| -#ifndef CRASHPAD_UTIL_TEST_MULTIPROCESS_EXEC_H_ | 
| -#define CRASHPAD_UTIL_TEST_MULTIPROCESS_EXEC_H_ | 
| +#ifndef CRASHPAD_TEST_MULTIPROCESS_EXEC_H_ | 
| +#define CRASHPAD_TEST_MULTIPROCESS_EXEC_H_ | 
|  | 
| #include <string> | 
| #include <vector> | 
|  | 
| #include "base/basictypes.h" | 
| #include "build/build_config.h" | 
| -#include "util/test/multiprocess.h" | 
| +#include "test/multiprocess.h" | 
|  | 
| namespace crashpad { | 
| namespace test { | 
| @@ -75,4 +75,4 @@ class MultiprocessExec : public Multiprocess { | 
| }  // namespace test | 
| }  // namespace crashpad | 
|  | 
| -#endif  // CRASHPAD_UTIL_TEST_MULTIPROCESS_EXEC_H_ | 
| +#endif  // CRASHPAD_TEST_MULTIPROCESS_EXEC_H_ | 
|  |