| Index: content/browser/tab_contents/navigation_entry.cc
|
| diff --git a/content/browser/tab_contents/navigation_entry.cc b/content/browser/tab_contents/navigation_entry.cc
|
| index a93a1fe68a9695cc6d6aff64c5b099a4d3477575..5d71d00484102952c2e3427d6a5fb3445fa94b36 100644
|
| --- a/content/browser/tab_contents/navigation_entry.cc
|
| +++ b/content/browser/tab_contents/navigation_entry.cc
|
| @@ -72,7 +72,7 @@ void NavigationEntry::set_site_instance(SiteInstance* site_instance) {
|
| }
|
|
|
| const string16& NavigationEntry::GetTitleForDisplay(
|
| - const std::string& languages) {
|
| + const std::string& languages) const {
|
| // Most pages have real titles. Don't even bother caching anything if this is
|
| // the case.
|
| if (!title_.empty())
|
|
|