From db803aaecaa3270b2b21c3d4200dc04cf733b655 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Sat, 5 Mar 2011 02:00:42 +0000 Subject: Move socket stream messages to content, in preparation for moving its dispatcher. In this change I also converted p2p_messages to use the new automated way of serializing structs. Review URL: http://codereview.chromium.org/6621025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77019 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/content_message_generator.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/common/content_message_generator.h (limited to 'content/common/content_message_generator.h') diff --git a/content/common/content_message_generator.h b/content/common/content_message_generator.h new file mode 100644 index 0000000..bcda993 --- /dev/null +++ b/content/common/content_message_generator.h @@ -0,0 +1,8 @@ +// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// Multiply-included file, hence no include guard. + +#include "content/common/p2p_messages.h" +#include "content/common/socket_stream_messages.h" -- cgit v1.1