| Index: content/browser/frame_host/navigation_handle_impl.h
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
|
| index 7fcc0188910926880b3c31bcef31ae249e2d773a..192cdab3348d3d9dc0bd3ff51c92aa625f7e1ae7 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.h
|
| +++ b/content/browser/frame_host/navigation_handle_impl.h
|
| @@ -7,6 +7,8 @@
|
|
|
| #include "content/public/browser/navigation_handle.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|