Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: util/mach/mach_message.h

Issue 772133004: Move mach_message_util.* to mach_message.* (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « util/mach/exc_server_variants_test.cc ('k') | util/mach/mach_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « util/mach/exc_server_variants_test.cc ('k') | util/mach/mach_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698