Index: chrome/browser/dom_distiller/tab_utils.cc |
diff --git a/chrome/browser/dom_distiller/tab_utils.cc b/chrome/browser/dom_distiller/tab_utils.cc |
index bd9a1c00f509d8553eb8de6f730993b965aec133..8f94218fe4041ac0ed0ba92c3057b2e93af52bc0 100644 |
--- a/chrome/browser/dom_distiller/tab_utils.cc |
+++ b/chrome/browser/dom_distiller/tab_utils.cc |
@@ -122,8 +122,7 @@ void StartDistillation(content::WebContents* web_contents) { |
web_contents->GetBrowserContext()); |
scoped_ptr<DistillerPage> distiller_page = |
dom_distiller_service->CreateDefaultDistillerPageWithHandle( |
- source_page_handle.PassAs<SourcePageHandle>()) |
- .Pass(); |
+ source_page_handle.Pass()).Pass(); |
const GURL& last_committed_url = web_contents->GetLastCommittedURL(); |
scoped_ptr<ViewerHandle> viewer_handle = dom_distiller_service->ViewUrl( |