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

Unified Diff: chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 years, 9 months 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/ui/webui/options/chromeos/shared_options_browsertest.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc b/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
index 5943771cc50322c6da09b187aecc7d7c2384e6e6..7e7b7fa708fe8f4e290a2ec903ec376df3baa6cb 100644
--- a/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
+++ b/chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc
@@ -102,7 +102,7 @@ class SharedOptionsTest : public LoginManagerTest {
stub_settings_provider_.get())),
test_owner_account_id_(AccountId::FromUserEmail(kTestOwner)),
test_non_owner_account_id_(AccountId::FromUserEmail(kTestNonOwner)) {
- stub_settings_provider_->Set(kDeviceOwner, base::StringValue(kTestOwner));
+ stub_settings_provider_->Set(kDeviceOwner, base::Value(kTestOwner));
}
~SharedOptionsTest() override {}

Powered by Google App Engine
This is Rietveld 408576698