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

Unified Diff: components/url_matcher/url_matcher_helpers.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
Index: components/url_matcher/url_matcher_helpers.cc
diff --git a/components/url_matcher/url_matcher_helpers.cc b/components/url_matcher/url_matcher_helpers.cc
index 61358e7e3dfad66e5606642985faa594ff8f585a..6eab51d65ca00968a9cf34a5df4158160d958a34 100644
--- a/components/url_matcher/url_matcher_helpers.cc
+++ b/components/url_matcher/url_matcher_helpers.cc
@@ -13,7 +13,7 @@ namespace url_matcher_helpers {
// successful.
bool GetAsStringVector(const base::Value* value,
std::vector<std::string>* out) {
- const ListValue* value_as_list = 0;
+ const base::ListValue* value_as_list = 0;
if (!value->GetAsList(&value_as_list))
return false;
« no previous file with comments | « components/url_matcher/url_matcher_factory_unittest.cc ('k') | components/user_prefs/pref_registry_syncable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698