| Index: ui/webui/web_ui_util.cc
|
| diff --git a/ui/webui/web_ui_util.cc b/ui/webui/web_ui_util.cc
|
| index aeefcc5cb1f4db3b522e2f467fdad4fe371491b0..4225514392419bfd9c0c69dcf97cb73c7aa6b745 100644
|
| --- a/ui/webui/web_ui_util.cc
|
| +++ b/ui/webui/web_ui_util.cc
|
| @@ -58,7 +58,7 @@ std::string GetBitmapDataUrlFromResource(int res) {
|
| return str_url;
|
| }
|
|
|
| -WindowOpenDisposition GetDispositionFromClick(const ListValue* args,
|
| +WindowOpenDisposition GetDispositionFromClick(const base::ListValue* args,
|
| int start_index) {
|
| double button = 0.0;
|
| bool alt_key = false;
|
| @@ -127,7 +127,7 @@ void ParsePathAndScale(const GURL& url,
|
| }
|
|
|
| // static
|
| -void SetFontAndTextDirection(DictionaryValue* localized_strings) {
|
| +void SetFontAndTextDirection(base::DictionaryValue* localized_strings) {
|
| int web_font_family_id = IDS_WEB_FONT_FAMILY;
|
| int web_font_size_id = IDS_WEB_FONT_SIZE;
|
| #if defined(OS_WIN)
|
|
|