| Index: apps/benchmark/benchmark_app.cc
|
| diff --git a/apps/benchmark/benchmark_app.cc b/apps/benchmark/benchmark_app.cc
|
| index c467d4de565ef11871bb38bcf3bbfac973767a45..3f5c3642dd666697037f432f12d7dac53217ceb3 100644
|
| --- a/apps/benchmark/benchmark_app.cc
|
| +++ b/apps/benchmark/benchmark_app.cc
|
| @@ -78,7 +78,7 @@ class BenchmarkApp : public mojo::ApplicationDelegate,
|
| }
|
| std::vector<std::string> unique_categories(category_set.begin(),
|
| category_set.end());
|
| - return JoinString(unique_categories, ',');
|
| + return base::JoinString(unique_categories, ",");
|
| }
|
|
|
| void StartTracedApplication(mojo::ApplicationImpl* app) {
|
|
|