| Index: content/browser/frame_host/navigation_request.cc
|
| diff --git a/content/browser/frame_host/navigation_request.cc b/content/browser/frame_host/navigation_request.cc
|
| index 2c04eda2a0049f3e5b9213d0edae444f6add6b2b..c0c3d60650371e792d0785f80db56d2deb97bb3f 100644
|
| --- a/content/browser/frame_host/navigation_request.cc
|
| +++ b/content/browser/frame_host/navigation_request.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <utility>
|
|
|
| +#include "base/memory/ptr_util.h"
|
| #include "content/browser/appcache/appcache_navigation_handle.h"
|
| #include "content/browser/appcache/chrome_appcache_service.h"
|
| #include "content/browser/child_process_security_policy_impl.h"
|
|
|