summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_unittest.cc
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-18 23:31:52 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-18 23:31:52 +0000
commit3ca1235de00024d82644d6162467d71ba1c1bdcb (patch)
tree2b5dad701054ee3cdbbc37a8fde61b648dd5d2ef /ipc/ipc_message_unittest.cc
parent5581541cc09adfed95fbf478f6d8991e87164778 (diff)
downloadchromium_src-3ca1235de00024d82644d6162467d71ba1c1bdcb.zip
chromium_src-3ca1235de00024d82644d6162467d71ba1c1bdcb.tar.gz
chromium_src-3ca1235de00024d82644d6162467d71ba1c1bdcb.tar.bz2
Add support for sockets that can listen and accept a connection.
These sockets allow one connection at a time, however clients can connect and disconnect repeatedly. These are going to be used by Cloud Print, Remoting and Automation. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/5749001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69660 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_unittest.cc')
-rw-r--r--ipc/ipc_message_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipc/ipc_message_unittest.cc b/ipc/ipc_message_unittest.cc
index f66751f..9480fe6 100644
--- a/ipc/ipc_message_unittest.cc
+++ b/ipc/ipc_message_unittest.cc
@@ -2,11 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "ipc/ipc_message.h"
+
#include <string.h>
#include "base/scoped_ptr.h"
#include "base/values.h"
-#include "ipc/ipc_message.h"
#include "ipc/ipc_message_utils.h"
#include "testing/gtest/include/gtest/gtest.h"