Index: test/mac/mach_multiprocess.h |
diff --git a/util/test/mac/mach_multiprocess.h b/test/mac/mach_multiprocess.h |
similarity index 95% |
rename from util/test/mac/mach_multiprocess.h |
rename to test/mac/mach_multiprocess.h |
index 85139d56b093f2f38a8fe8e06725a843051865df..18324d427e5e28db4a35b339d9ff4e29e7bbf219 100644 |
--- a/util/test/mac/mach_multiprocess.h |
+++ b/test/mac/mach_multiprocess.h |
@@ -12,14 +12,14 @@ |
// See the License for the specific language governing permissions and |
// limitations under the License. |
-#ifndef CRASHPAD_UTIL_TEST_MAC_MACH_MULTIPROCESS_H_ |
-#define CRASHPAD_UTIL_TEST_MAC_MACH_MULTIPROCESS_H_ |
+#ifndef CRASHPAD_TEST_MAC_MACH_MULTIPROCESS_H_ |
+#define CRASHPAD_TEST_MAC_MACH_MULTIPROCESS_H_ |
#include <mach/mach.h> |
#include <unistd.h> |
#include "base/basictypes.h" |
-#include "util/test/multiprocess.h" |
+#include "test/multiprocess.h" |
namespace crashpad { |
namespace test { |
@@ -117,4 +117,4 @@ class MachMultiprocess : public Multiprocess { |
} // namespace test |
} // namespace crashpad |
-#endif // CRASHPAD_UTIL_TEST_MAC_MACH_MULTIPROCESS_H_ |
+#endif // CRASHPAD_TEST_MAC_MACH_MULTIPROCESS_H_ |