Index: content/browser/frame_host/interstitial_page_impl.h |
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h |
index 1305eea170cc03e4025fc787b43c2f99cedcf743..e4c46d258ce5d2c9fb21b2c9784bccff12d3acfd 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -282,10 +282,10 @@ class CONTENT_EXPORT InterstitialPageImpl |
scoped_ptr<InterstitialPageDelegate> delegate_; |
- base::WeakPtrFactory<InterstitialPageImpl> weak_ptr_factory_; |
- |
scoped_refptr<SessionStorageNamespace> session_storage_namespace_; |
+ base::WeakPtrFactory<InterstitialPageImpl> weak_ptr_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(InterstitialPageImpl); |
}; |