Index: components/search_engines/template_url.h |
diff --git a/components/search_engines/template_url.h b/components/search_engines/template_url.h |
index cc73726e97592bdbfcb4b23c11d7e553fe112cf7..cd337d2d70012a546e9e39275238f3fa760b39b7 100644 |
--- a/components/search_engines/template_url.h |
+++ b/components/search_engines/template_url.h |
@@ -536,7 +536,7 @@ class TemplateURL { |
const TemplateURLData& data() const { return data_; } |
- const base::string16& short_name() const { return data_.short_name; } |
+ const base::string16& short_name() const { return data_.short_name(); } |
// An accessor for the short_name, but adjusted so it can be appropriately |
// displayed even if it is LTR and the UI is RTL. |
base::string16 AdjustedShortNameForLocaleDirection() const; |