Index: content/browser/frame_host/navigation_entry_screenshot_manager.cc |
diff --git a/content/browser/frame_host/navigation_entry_screenshot_manager.cc b/content/browser/frame_host/navigation_entry_screenshot_manager.cc |
index 9b3f02078bee79b8164891009e04a507c4757130..162cfb790439c149272824da5ab282eff8a0d801 100644 |
--- a/content/browser/frame_host/navigation_entry_screenshot_manager.cc |
+++ b/content/browser/frame_host/navigation_entry_screenshot_manager.cc |
@@ -64,8 +64,9 @@ class ScreenshotData : public base::RefCountedThreadSafe<ScreenshotData> { |
NavigationEntryScreenshotManager::NavigationEntryScreenshotManager( |
NavigationControllerImpl* owner) |
: owner_(owner), |
- screenshot_factory_(this), |
- min_screenshot_interval_ms_(kMinScreenshotIntervalMS) { |
+ min_screenshot_interval_ms_(kMinScreenshotIntervalMS), |
+ screenshot_factory_(this) { |
+ |
} |
NavigationEntryScreenshotManager::~NavigationEntryScreenshotManager() { |