Index: content/browser/tab_contents/tab_contents.cc |
diff --git a/content/browser/tab_contents/tab_contents.cc b/content/browser/tab_contents/tab_contents.cc |
index 0c62335695b1a1fb815e9d91624c87e9b6b9bc43..cb82194e5fc4803e4c1a8a43ec139608e2b0c04a 100644 |
--- a/content/browser/tab_contents/tab_contents.cc |
+++ b/content/browser/tab_contents/tab_contents.cc |
@@ -588,7 +588,7 @@ SkBitmap TabContents::GetFavicon() const { |
return SkBitmap(); |
} |
-bool TabContents::FavIconIsValid() const { |
+bool TabContents::FaviconIsValid() const { |
NavigationEntry* entry = controller_.GetTransientEntry(); |
if (entry) |
return entry->favicon().is_valid(); |
@@ -600,7 +600,7 @@ bool TabContents::FavIconIsValid() const { |
return false; |
} |
-bool TabContents::ShouldDisplayFavIcon() { |
+bool TabContents::ShouldDisplayFavicon() { |
// Always display a throbber during pending loads. |
if (controller_.GetLastCommittedEntry() && controller_.pending_entry()) |
return true; |