summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 18:58:17 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-14 18:58:17 +0000
commit8efa6801b4ee41ab37d2b65fbd823fba242e1adb (patch)
treebbe71d222b2e2c60a307e5f147af6011b0e6b021 /ipc
parentf56e69453eced97f31dc23bc72ae883f9e260eee (diff)
downloadchromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.zip
chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.tar.gz
chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.tar.bz2
Revert everything related to the relanding.
Review URL: http://codereview.chromium.org/2982009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_channel_win.h1
-rw-r--r--ipc/ipc_sync_channel_unittest.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h
index 31b8ad4..7610d02 100644
--- a/ipc/ipc_channel_win.h
+++ b/ipc/ipc_channel_win.h
@@ -11,7 +11,6 @@
#include <string>
#include "base/message_loop.h"
-#include "base/scoped_ptr.h"
class NonThreadSafe;
diff --git a/ipc/ipc_sync_channel_unittest.cc b/ipc/ipc_sync_channel_unittest.cc
index a542a8c..2566f9b 100644
--- a/ipc/ipc_sync_channel_unittest.cc
+++ b/ipc/ipc_sync_channel_unittest.cc
@@ -11,7 +11,6 @@
#include "base/logging.h"
#include "base/message_loop.h"
#include "base/platform_thread.h"
-#include "base/scoped_ptr.h"
#include "base/stl_util-inl.h"
#include "base/string_util.h"
#include "base/third_party/dynamic_annotations/dynamic_annotations.h"