summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_channel_win.h')
-rw-r--r--ipc/ipc_channel_win.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ipc/ipc_channel_win.h b/ipc/ipc_channel_win.h
index 2bbb294..e976aa3 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);
};