Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Unified Diff: content/common/font_list_ozone.cc

Issue 108603005: Update uses of Value in chromeos/, cloud_print/, components/, content/ to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/font_list_android.cc ('k') | content/common/gpu/client/gl_helper_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/common/font_list_android.cc ('k') | content/common/gpu/client/gl_helper_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698