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

Unified Diff: ipc/ipc_message_utils.h

Issue 3119035: FBTF: Move individual XXXMsg_Params structs to a new file. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Fix comment Created 10 years, 4 months 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 | « ipc/ipc.gypi ('k') | ipc/ipc_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message_utils.h
diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h
index 75b80ae3b8f861670c1377e9d2ac865ada374888..34e257a504323000005d5dfaa2ae4e1ad413f4b4 100644
--- a/ipc/ipc_message_utils.h
+++ b/ipc/ipc_message_utils.h
@@ -16,6 +16,7 @@
#include "base/string16.h"
#include "base/string_util.h"
#include "base/tuple.h"
+#include "ipc/ipc_param_traits.h"
#include "ipc/ipc_sync_message.h"
#if defined(COMPILER_GCC)
@@ -132,14 +133,6 @@ class MessageIterator {
//-----------------------------------------------------------------------------
// ParamTraits specializations, etc.
-template <class P> struct ParamTraits {
-};
-
-template <class P>
-struct SimilarTypeTraits {
- typedef P Type;
-};
-
template <class P>
static inline void WriteParam(Message* m, const P& p) {
typedef typename SimilarTypeTraits<P>::Type Type;
« no previous file with comments | « ipc/ipc.gypi ('k') | ipc/ipc_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698