| Index: mojo/edk/embedder/channel_init.cc
 | 
| diff --git a/mojo/edk/embedder/channel_init.cc b/mojo/edk/embedder/channel_init.cc
 | 
| index 0e7a7b68f137a38300b92b3cbbc4c5f21db06fa0..9a0bfce6256bf72e2cd2fb1c9e36a9bf82306a78 100644
 | 
| --- a/mojo/edk/embedder/channel_init.cc
 | 
| +++ b/mojo/edk/embedder/channel_init.cc
 | 
| @@ -22,7 +22,7 @@ ChannelInit::~ChannelInit() {
 | 
|  ScopedMessagePipeHandle ChannelInit::Init(
 | 
|      base::PlatformFile file,
 | 
|      scoped_refptr<base::TaskRunner> io_thread_task_runner) {
 | 
| -  DCHECK(!io_thread_task_runner_.get());  // Should only init once.
 | 
| +  DCHECK(!io_thread_task_runner_);  // Should only init once.
 | 
|    io_thread_task_runner_ = io_thread_task_runner;
 | 
|    ScopedMessagePipeHandle message_pipe =
 | 
|        CreateChannel(
 | 
| 
 |