| Index: content/public/test/mock_render_thread.cc
 | 
| diff --git a/content/public/test/mock_render_thread.cc b/content/public/test/mock_render_thread.cc
 | 
| index a87ce236992b6bfcb498b33d13abb8587386a047..4c9afbb0a9499a230a220f82dfabed1439bb6000 100644
 | 
| --- a/content/public/test/mock_render_thread.cc
 | 
| +++ b/content/public/test/mock_render_thread.cc
 | 
| @@ -5,6 +5,7 @@
 | 
|  #include "content/public/test/mock_render_thread.h"
 | 
|  
 | 
|  #include "base/logging.h"
 | 
| +#include "base/memory/ptr_util.h"
 | 
|  #include "base/single_thread_task_runner.h"
 | 
|  #include "base/threading/thread_task_runner_handle.h"
 | 
|  #include "build/build_config.h"
 | 
| 
 |