| Index: test/multiprocess.h
|
| diff --git a/util/test/multiprocess.h b/test/multiprocess.h
|
| similarity index 98%
|
| rename from util/test/multiprocess.h
|
| rename to test/multiprocess.h
|
| index 0672b7aa628c66933638b8e41980bc892a3c0138..bbfbca31291e8643904205a677b2a572f07914d4 100644
|
| --- a/util/test/multiprocess.h
|
| +++ b/test/multiprocess.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_UTIL_TEST_MULTIPROCESS_H_
|
| -#define CRASHPAD_UTIL_TEST_MULTIPROCESS_H_
|
| +#ifndef CRASHPAD_TEST_MULTIPROCESS_H_
|
| +#define CRASHPAD_TEST_MULTIPROCESS_H_
|
|
|
| #include <sys/types.h>
|
|
|
| @@ -203,4 +203,4 @@ class Multiprocess {
|
| } // namespace test
|
| } // namespace crashpad
|
|
|
| -#endif // CRASHPAD_UTIL_TEST_MULTIPROCESS_H_
|
| +#endif // CRASHPAD_TEST_MULTIPROCESS_H_
|
|
|