| Index: util/mach/mach_message.h
|
| diff --git a/util/mach/mach_message_util.h b/util/mach/mach_message.h
|
| similarity index 95%
|
| rename from util/mach/mach_message_util.h
|
| rename to util/mach/mach_message.h
|
| index dd5bc0145609a053ee7f353c7d9fc4f9367d8789..3b0137701dd9053825dd7232edb1588626a5fb24 100644
|
| --- a/util/mach/mach_message_util.h
|
| +++ b/util/mach/mach_message.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_UTIL_MACH_MACH_MESSAGE_UTIL_H_
|
| -#define CRASHPAD_UTIL_MACH_MACH_MESSAGE_UTIL_H_
|
| +#ifndef CRASHPAD_UTIL_MACH_MACH_MESSAGE_H_
|
| +#define CRASHPAD_UTIL_MACH_MACH_MESSAGE_H_
|
|
|
| #include <mach/mach.h>
|
|
|
| @@ -64,4 +64,4 @@ const mach_msg_trailer_t* MachMessageTrailerFromHeader(
|
|
|
| } // namespace crashpad
|
|
|
| -#endif // CRASHPAD_UTIL_MACH_MACH_MESSAGE_UTIL_H_
|
| +#endif // CRASHPAD_UTIL_MACH_MACH_MESSAGE_H_
|
|
|