| Index: services/ui/gpu/gpu_main.cc
 | 
| diff --git a/services/ui/gpu/gpu_main.cc b/services/ui/gpu/gpu_main.cc
 | 
| index dc692c06ad1f960ac372043858355ac405dacf7c..660c471023d67dabe5cf6b72073b1daffd586102 100644
 | 
| --- a/services/ui/gpu/gpu_main.cc
 | 
| +++ b/services/ui/gpu/gpu_main.cc
 | 
| @@ -5,6 +5,7 @@
 | 
|  #include "services/ui/gpu/gpu_main.h"
 | 
|  
 | 
|  #include "base/command_line.h"
 | 
| +#include "base/memory/ptr_util.h"
 | 
|  #include "base/message_loop/message_loop.h"
 | 
|  #include "gpu/ipc/common/gpu_memory_buffer_support.h"
 | 
|  #include "gpu/ipc/gpu_in_process_thread_service.h"
 | 
| 
 |