| Index: chrome/browser/ui/webui/options/font_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/font_settings_handler.cc b/chrome/browser/ui/webui/options/font_settings_handler.cc
|
| index 002dbdd0548937a7902918556cde94e3590626e4..17ccff326340e0b37ccddbfac080fbce6467b9d2 100644
|
| --- a/chrome/browser/ui/webui/options/font_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/font_settings_handler.cc
|
| @@ -198,7 +198,7 @@ void FontSettingsHandler::HandleFetchFontsData(const base::ListValue* args) {
|
| }
|
|
|
| void FontSettingsHandler::FontsListHasLoaded(
|
| - scoped_ptr<base::ListValue> list) {
|
| + std::unique_ptr<base::ListValue> list) {
|
| // Selects the directionality for the fonts in the given list.
|
| for (size_t i = 0; i < list->GetSize(); i++) {
|
| base::ListValue* font;
|
|
|