Index: ipc/ipc_channel_win.h |
diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h |
index 2bbb2940834071416e39832f2f74ba0dc93f340e..e976aa3984285997b8cffa0ed7df86893fd6cec9 100644 |
--- a/ipc/ipc_channel_win.h |
+++ b/ipc/ipc_channel_win.h |
@@ -106,10 +106,8 @@ class ChannelWin : public Channel, |
// compatability with existing clients that don't validate the channel.) |
int32 client_secret_; |
- |
- base::WeakPtrFactory<ChannelWin> weak_factory_; |
- |
scoped_ptr<base::ThreadChecker> thread_check_; |
+ base::WeakPtrFactory<ChannelWin> weak_factory_; |
DISALLOW_COPY_AND_ASSIGN(ChannelWin); |
}; |