| Index: content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
 | 
| diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc b/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
 | 
| index ecae783bcfb6f1ca359fcbaf556adb7b7587e00f..102006b15877da0c755de6fc475ae8567e3c56cf 100644
 | 
| --- a/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
 | 
| +++ b/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
 | 
| @@ -9,6 +9,7 @@
 | 
|  #include <tuple>
 | 
|  
 | 
|  #include "base/logging.h"
 | 
| +#include "base/memory/ptr_util.h"
 | 
|  #include "content/public/test/render_view_test.h"
 | 
|  #include "content/public/test/test_utils.h"
 | 
|  #include "third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationCallback.h"
 | 
| 
 |