 Chromium Code Reviews
 Chromium Code Reviews Issue 2965015:
  Attempt four at landing the "histogram.h removed from message_loop.h" patch.  (Closed) 
  Base URL: http://src.chromium.org/git/chromium.git
    
  
    Issue 2965015:
  Attempt four at landing the "histogram.h removed from message_loop.h" patch.  (Closed) 
  Base URL: http://src.chromium.org/git/chromium.git| Index: ipc/ipc_channel_proxy.cc | 
| diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc | 
| index cbe8cc2b6e77be1963cf1a0dab8221aa6245ab3c..6af4d73f53d1efef3f9e856ab050a641dcb009e5 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" |