Commit 6dc2a467 authored by Tom Sepez's avatar Tom Sepez Committed by Commit Bot

Restore build of tracing_messages.h for ipc fuzzer.

Adds a missing #undef that is required now that jumbo re-introduced
header guards on some of these files.

Change-Id: Id17dd83a83236832fefd7cab266afaa1c850eaee
Reviewed-on: https://chromium-review.googlesource.com/721731Reviewed-by: default avatarDaniel Bratell <bratell@opera.com>
Reviewed-by: default avatarMartin Barbella <mbarbella@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#509423}
parent 7da0bdc2
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ #undef CHROME_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
#undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_ #undef COMPONENTS_AUTOFILL_CONTENT_COMMON_AUTOFILL_PARAM_TRAITS_MACROS_H_
#undef COMPONENTS_NACL_COMMON_NACL_TYPES_PARAM_TRAITS_H_ #undef COMPONENTS_NACL_COMMON_NACL_TYPES_PARAM_TRAITS_H_
#undef COMPONENTS_TRACING_COMMON_TRACING_MESSAGES_H_
#undef CONTENT_COMMON_CONTENT_PARAM_TRAITS_MACROS_H_ #undef CONTENT_COMMON_CONTENT_PARAM_TRAITS_MACROS_H_
#undef CONTENT_COMMON_FRAME_PARAM_MACROS_H_ #undef CONTENT_COMMON_FRAME_PARAM_MACROS_H_
#undef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_ #undef CONTENT_PUBLIC_COMMON_COMMON_PARAM_TRAITS_MACROS_H_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment