Index: content/common/font_list_ozone.cc |
diff --git a/content/common/font_list_ozone.cc b/content/common/font_list_ozone.cc |
index b0a542dcb46b2c603e188432b18a2654fa3305cd..71ff8b65338dbb254aa101ae8d82063b8a874604 100644 |
--- a/content/common/font_list_ozone.cc |
+++ b/content/common/font_list_ozone.cc |
@@ -8,8 +8,8 @@ |
namespace content { |
-scoped_ptr<ListValue> GetFontList_SlowBlocking() { |
- return scoped_ptr<ListValue>(new ListValue); |
+scoped_ptr<base::ListValue> GetFontList_SlowBlocking() { |
+ return scoped_ptr<base::ListValue>(new base::ListValue); |
} |
} // namespace content |