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

Unified Diff: chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc

Issue 106433007: Update some uses of Value in chrome/browser to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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: chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc
diff --git a/chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc b/chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc
index 65f6ed37cb6a59a0a240ddaa81fdba0fbb960bb2..be058e74bca9c59ec99c96f71873d9cf37265fae 100644
--- a/chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc
+++ b/chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc
@@ -39,8 +39,8 @@ class StubCrosSettingsProviderTest : public testing::Test {
observer_count_.clear();
}
- void AssertPref(const std::string& prefName, const Value* value) {
- const Value* pref = provider_->Get(prefName);
+ void AssertPref(const std::string& prefName, const base::Value* value) {
+ const base::Value* pref = provider_->Get(prefName);
ASSERT_TRUE(pref);
ASSERT_TRUE(pref->Equals(value));
}
« no previous file with comments | « chrome/browser/chromeos/settings/owner_flags_storage.cc ('k') | chrome/browser/chromeos/system_logs/touch_log_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698