Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 016fb59c2a5b30c433a0c890816426d33c9f5014..c626920a4984b7818bb5cac2907fd912d21f5999 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -430,7 +430,7 @@ void SetEnabledFlags( |
for (std::set<std::string>::const_iterator it = enabled_experiments.begin(); |
it != enabled_experiments.end(); |
++it) { |
- experiments_list->Append(new StringValue(*it)); |
+ experiments_list->Append(base::StringValue::New(*it)); |
} |
} |