From 5097dc8cf47eb60b3284db2ccf3c1e645c6d8b7b Mon Sep 17 00:00:00 2001 From: "erg@chromium.org" Date: Thu, 15 Jul 2010 17:23:23 +0000 Subject: Attempt four at landing the "histogram.h removed from message_loop.h" patch. Previously committed as r52349 and r52336. Related commits: r52367, r52364 and r52343. Rerunning trybots due to previous trybot breakage. TEST=none BUG=none Review URL: http://codereview.chromium.org/2965015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52496 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_channel_proxy.cc | 2 ++ ipc/ipc_channel_win.h | 1 + ipc/ipc_sync_channel_unittest.cc | 1 + 3 files changed, 4 insertions(+) (limited to 'ipc') diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc index cbe8cc2..6af4d73 100644 --- a/ipc/ipc_channel_proxy.cc +++ b/ipc/ipc_channel_proxy.cc @@ -3,6 +3,8 @@ // found in the LICENSE file. #include "base/message_loop.h" +#include "base/ref_counted.h" +#include "base/scoped_ptr.h" #include "base/thread.h" #include "ipc/ipc_channel_proxy.h" #include "ipc/ipc_logging.h" diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h index 7610d02..31b8ad4 100644 --- a/ipc/ipc_channel_win.h +++ b/ipc/ipc_channel_win.h @@ -11,6 +11,7 @@ #include #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 2566f9b..a542a8c 100644 --- a/ipc/ipc_sync_channel_unittest.cc +++ b/ipc/ipc_sync_channel_unittest.cc @@ -11,6 +11,7 @@ #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" -- cgit v1.1