Index: content/browser/frame_host/navigation_controller_impl_unittest.cc |
diff --git a/content/browser/frame_host/navigation_controller_impl_unittest.cc b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
index 76be54e78b05e3edeca346b0215bb40e3b2187fd..51897df1bef309e87b7bd6c8ed6410336474c6ec 100644 |
--- a/content/browser/frame_host/navigation_controller_impl_unittest.cc |
+++ b/content/browser/frame_host/navigation_controller_impl_unittest.cc |
@@ -82,7 +82,9 @@ class MockScreenshotManager : public content::NavigationEntryScreenshotManager { |
bitmap.allocPixels(); |
bitmap.eraseRGB(0, 0, 0); |
encoding_screenshot_in_progress_ = true; |
- OnScreenshotTaken(entry->GetUniqueID(), true, bitmap); |
+ OnScreenshotTaken(entry->GetUniqueID(), |
+ scoped_ptr<content::SiteInstanceKeepAlive>(), |
+ true, bitmap); |
WaitUntilScreenshotIsReady(); |
} |