diff options
Diffstat (limited to 'chrome/browser/ui/webui/ntp/new_tab_ui.h')
-rw-r--r-- | chrome/browser/ui/webui/ntp/new_tab_ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.h b/chrome/browser/ui/webui/ntp/new_tab_ui.h index 490085a2..b28775a 100644 --- a/chrome/browser/ui/webui/ntp/new_tab_ui.h +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.h @@ -56,11 +56,11 @@ class NewTabUI : public content::WebUIController, // Adds "url", "title", and "direction" keys on incoming dictionary, setting // title as the url as a fallback on empty title. static void SetUrlTitleAndDirection(base::DictionaryValue* dictionary, - const string16& title, + const base::string16& title, const GURL& gurl); // Adds "full_name" and "full_name_direction" keys on incoming dictionary. - static void SetFullNameAndDirection(const string16& full_name, + static void SetFullNameAndDirection(const base::string16& full_name, base::DictionaryValue* dictionary); // Returns a pointer to a NewTabUI if the WebUIController object is a new tab |