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 677a167e5737b32c0341c197684f7a1ac22d431a..1a25b7d39c383fdcf1999ffa1dc83d267207d867 100644 |
--- a/content/browser/frame_host/navigation_handle_impl.h |
+++ b/content/browser/frame_host/navigation_handle_impl.h |
@@ -9,6 +9,8 @@ |
#include <stddef.h> |
+#include <memory> |
nasko
2016/08/11 20:07:22
There are no changes to actual code in this header
msramek
2016/08/12 15:06:28
Removed. Sorry for that, another accidental change
|
+ |
#include "base/callback.h" |
#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
@@ -25,6 +27,7 @@ struct FrameHostMsg_DidCommitProvisionalLoad_Params; |
namespace content { |
+class ClearSiteDataHeaderObserver; |
nasko
2016/08/11 20:07:22
Why is this forward declare needed?
msramek
2016/08/12 15:06:28
Removed. Ditto as above.
|
class NavigatorDelegate; |
class ResourceRequestBodyImpl; |