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

Unified Diff: chromecast/common/media/cma_message_generator.cc

Issue 814633002: Chromecast: generate IPC ParamTraits implementations for enums. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@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 | « no previous file | chromecast/common/media/cma_param_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/media/cma_message_generator.cc
diff --git a/chromecast/common/media/cma_message_generator.cc b/chromecast/common/media/cma_message_generator.cc
index c6ca739b99c145c1bfb40f9ed20efe06db8db472..c6dd826dbbf35e5a2d0d56f1ebe71403cc6cc5b8 100644
--- a/chromecast/common/media/cma_message_generator.cc
+++ b/chromecast/common/media/cma_message_generator.cc
@@ -17,17 +17,23 @@
// Generate param traits write methods.
#include "ipc/param_traits_write_macros.h"
namespace IPC {
+#undef CHROMECAST_COMMON_MEDIA_CMA_PARAM_TRAITS_MACROS_H_
#include "chromecast/common/media/cma_message_generator.h"
+#include "chromecast/common/media/cma_param_traits_macros.h"
} // namespace IPC
// Generate param traits read methods.
#include "ipc/param_traits_read_macros.h"
namespace IPC {
+#undef CHROMECAST_COMMON_MEDIA_CMA_PARAM_TRAITS_MACROS_H_
#include "chromecast/common/media/cma_message_generator.h"
+#include "chromecast/common/media/cma_param_traits_macros.h"
} // namespace IPC
// Generate param traits log methods.
#include "ipc/param_traits_log_macros.h"
namespace IPC {
+#undef CHROMECAST_COMMON_MEDIA_CMA_PARAM_TRAITS_MACROS_H_
#include "chromecast/common/media/cma_message_generator.h"
+#include "chromecast/common/media/cma_param_traits_macros.h"
} // namespace IPC
« no previous file with comments | « no previous file | chromecast/common/media/cma_param_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698