Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 912fe05137536c2c6fff8a08c42c6708c185a5ab..c50025c81d1ae3502c2469b123110d9f1358ff71 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -1061,8 +1061,6 @@ class CONTENT_EXPORT WebContentsImpl |
base::TimeTicks loading_last_progress_update_; |
- base::WeakPtrFactory<WebContentsImpl> loading_weak_factory_; |
- |
// Counter to track how many frames have sent start notifications but not |
// stop notifications. |
int loading_frames_in_progress_; |
@@ -1241,6 +1239,8 @@ class CONTENT_EXPORT WebContentsImpl |
// Monitors power levels for audio streams associated with this WebContents. |
AudioStreamMonitor audio_stream_monitor_; |
+ base::WeakPtrFactory<WebContentsImpl> loading_weak_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(WebContentsImpl); |
}; |