| Index: chrome/browser/favicon/favicon_tab_helper.cc
|
| diff --git a/chrome/browser/favicon/favicon_tab_helper.cc b/chrome/browser/favicon/favicon_tab_helper.cc
|
| index 8afdea97fff3da45121d997ba74e63c5c36cfbc1..3cf260b227506851f7420753f938dccc9e68401e 100644
|
| --- a/chrome/browser/favicon/favicon_tab_helper.cc
|
| +++ b/chrome/browser/favicon/favicon_tab_helper.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -142,7 +142,7 @@ NavigationEntry* FaviconTabHelper::GetActiveEntry() {
|
| void FaviconTabHelper::StartDownload(int id, const GURL& url, int image_size) {
|
| RenderViewHost* host = web_contents()->GetRenderViewHost();
|
| host->Send(new IconMsg_DownloadFavicon(
|
| - host->routing_id(), id, url, image_size));
|
| + host->GetRoutingID(), id, url, image_size));
|
| }
|
|
|
| void FaviconTabHelper::NotifyFaviconUpdated() {
|
|
|