From f214f8797150f49e1233110c1dafe4e8b601d9ea Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Sat, 1 Jan 2011 02:17:08 +0000 Subject: Remove base/platform_thread.h stub and fix up all callers to use the new location and namespace. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70346 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/sync_socket_unittest.cc | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'ipc/sync_socket_unittest.cc') diff --git a/ipc/sync_socket_unittest.cc b/ipc/sync_socket_unittest.cc index 3598cf3..4b2dd13 100644 --- a/ipc/sync_socket_unittest.cc +++ b/ipc/sync_socket_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// 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. @@ -9,23 +9,20 @@ #include #include "base/message_loop.h" -#if defined(OS_LINUX) || defined(OS_MACOSX) -#include "base/file_descriptor_posix.h" -#endif // defined(OS_LINUX) || defined(OS_MACOSX) -#include "base/platform_thread.h" #include "base/process_util.h" +#include "build/build_config.h" #include "ipc/ipc_channel.h" #include "ipc/ipc_channel_proxy.h" +#include "ipc/ipc_message_macros.h" #include "ipc/ipc_message_utils.h" #include "ipc/ipc_message_utils_impl.h" #include "ipc/ipc_tests.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/multiprocess_func_list.h" - -// We don't actually use the messages defined in this file, but we do this -// to get to the IPC macros. -#include "ipc/ipc_sync_message_unittest.h" +#if defined(OS_LINUX) || defined(OS_MACOSX) +#include "base/file_descriptor_posix.h" +#endif // defined(OS_LINUX) || defined(OS_MACOSX) enum IPCMessageIds { UNUSED_IPC_TYPE, -- cgit v1.1