diff options
-rw-r--r-- | content/browser/frame_host/interstitial_page_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h index 1305eea..e4c46d2 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); }; |