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

Unified Diff: content/browser/tracing/background_tracing_config_unittest.cc

Issue 2752533003: Remove ScopedVector from content/browser/. (Closed)
Patch Set: 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: content/browser/tracing/background_tracing_config_unittest.cc
diff --git a/content/browser/tracing/background_tracing_config_unittest.cc b/content/browser/tracing/background_tracing_config_unittest.cc
index aae297138c82d4ecc083558e8b62f011caf69984..dadffb3a095a445f71ea015144262892d0944c62 100644
--- a/content/browser/tracing/background_tracing_config_unittest.cc
+++ b/content/browser/tracing/background_tracing_config_unittest.cc
@@ -50,7 +50,7 @@ std::string ConfigToString(const BackgroundTracingConfig* config) {
return "";
}
-std::string RuleToString(const BackgroundTracingRule* rule) {
+std::string RuleToString(const std::unique_ptr<BackgroundTracingRule>& rule) {
std::unique_ptr<base::DictionaryValue> dict(new base::DictionaryValue());
rule->IntoDict(dict.get());
« no previous file with comments | « content/browser/tracing/background_tracing_config_impl.cc ('k') | content/browser/tracing/background_tracing_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698