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

Unified Diff: extensions/browser/api/storage/settings_quota_unittest.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
« no previous file with comments | « extensions/browser/api/runtime/runtime_api.cc ('k') | extensions/browser/api/storage/settings_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/storage/settings_quota_unittest.cc
diff --git a/extensions/browser/api/storage/settings_quota_unittest.cc b/extensions/browser/api/storage/settings_quota_unittest.cc
index b2aab26bf0d42b01f6fbef7933d3754b2c1002a2..26373fe81e311fb995bc31e98135bc7f1007bdc9 100644
--- a/extensions/browser/api/storage/settings_quota_unittest.cc
+++ b/extensions/browser/api/storage/settings_quota_unittest.cc
@@ -69,7 +69,7 @@ class ExtensionSettingsQuotaTest : public testing::Test {
// Values with different serialized sizes.
base::Value byte_value_1_;
- base::StringValue byte_value_16_;
+ base::Value byte_value_16_;
base::ListValue byte_value_256_;
// Quota enforcing storage area being tested.
« no previous file with comments | « extensions/browser/api/runtime/runtime_api.cc ('k') | extensions/browser/api/storage/settings_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698