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

Unified Diff: chrome/browser/ui/app_list/extension_app_model_builder_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
Index: chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc
diff --git a/chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc b/chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc
index d21cfebd59e4c6a11548f5abc96413d50c389943..968f6693246018a54fb6e5e2d3e1068123d07798 100644
--- a/chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc
+++ b/chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc
@@ -271,10 +271,8 @@ TEST_F(ExtensionAppModelBuilderTest, InvalidOrdinal) {
// Creates a corrupted ordinal case.
extensions::ExtensionScopedPrefs* scoped_prefs =
extensions::ExtensionPrefs::Get(profile_.get());
- scoped_prefs->UpdateExtensionPref(
- kHostedAppId,
- "page_ordinal",
- new base::StringValue("a corrupted ordinal"));
+ scoped_prefs->UpdateExtensionPref(kHostedAppId, "page_ordinal",
+ new base::Value("a corrupted ordinal"));
// This should not assert or crash.
CreateBuilder();
« no previous file with comments | « chrome/browser/task_profiler/task_profiler_data_serializer.cc ('k') | chrome/browser/ui/app_list/start_page_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698