Chromium Code Reviews| Index: content/browser/frame_host/frame_navigation_entry.h |
| diff --git a/content/browser/frame_host/frame_navigation_entry.h b/content/browser/frame_host/frame_navigation_entry.h |
| index e93eb010a44a061fb2d6c0d774c7b1883569d7c7..7c0d1954534f4c6bb46780ead592af941ccbcfae 100644 |
| --- a/content/browser/frame_host/frame_navigation_entry.h |
| +++ b/content/browser/frame_host/frame_navigation_entry.h |
| @@ -12,6 +12,7 @@ |
| #include "content/browser/site_instance_impl.h" |
| #include "content/public/common/page_state.h" |
| #include "content/public/common/referrer.h" |
| +#include "url/origin.h" |
|
Charlie Reis
2016/04/19 22:32:52
nit: No changes needed to this file.
|
| namespace content { |