Index: content/browser/tab_contents/tab_contents.h |
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h |
index 5638822523424abade8332b53ec8e01381daaff8..0484a0735996937535d89f3b61773491f4272404 100644 |
--- a/content/browser/tab_contents/tab_contents.h |
+++ b/content/browser/tab_contents/tab_contents.h |
@@ -246,11 +246,11 @@ class TabContents : public PageNavigator, |
SkBitmap GetFavicon() const; |
// Returns true if we are not using the default favicon. |
- bool FavIconIsValid() const; |
+ bool FaviconIsValid() const; |
// Returns whether the favicon should be displayed. If this returns false, no |
// space is provided for the favicon, and the favicon is never displayed. |
- virtual bool ShouldDisplayFavIcon(); |
+ virtual bool ShouldDisplayFavicon(); |
// Add and remove observers for page navigation notifications. Adding or |
// removing multiple times has no effect. The order in which notifications |