diff options
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_edit.h')
-rw-r--r-- | chrome/browser/autocomplete/autocomplete_edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h index 2ea41b8..41e05e9 100644 --- a/chrome/browser/autocomplete/autocomplete_edit.h +++ b/chrome/browser/autocomplete/autocomplete_edit.h @@ -69,7 +69,7 @@ class AutocompleteEditController { virtual void OnSetFocus() = 0; // Returns the favicon of the current page. - virtual SkBitmap GetFavIcon() const = 0; + virtual SkBitmap GetFavicon() const = 0; // Returns the title of the current page. virtual string16 GetTitle() const = 0; |