| Index: media/cast/test/cast_benchmarks.cc
|
| diff --git a/media/cast/test/cast_benchmarks.cc b/media/cast/test/cast_benchmarks.cc
|
| index c97bfc6ee97740b2dc8a611e3594e01e78689b26..214f3a5d71c0f5828d04018020c01c35e4f8e164 100644
|
| --- a/media/cast/test/cast_benchmarks.cc
|
| +++ b/media/cast/test/cast_benchmarks.cc
|
| @@ -698,7 +698,7 @@ class CastBenchmark {
|
| threads[i]->Start();
|
| }
|
|
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch("single-run")) {
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch("single-run")) {
|
| SearchVector a;
|
| a.bitrate.base = 100.0;
|
| a.bitrate.grade = 1.0;
|
| @@ -743,7 +743,7 @@ class CastBenchmark {
|
|
|
| int main(int argc, char** argv) {
|
| base::AtExitManager at_exit;
|
| - CommandLine::Init(argc, argv);
|
| + base::CommandLine::Init(argc, argv);
|
| media::cast::CastBenchmark benchmark;
|
| if (getenv("PROFILE_FILE")) {
|
| std::string profile_file(getenv("PROFILE_FILE"));
|
|
|