| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index ed604a9ab5143669fce7c47a72baf62a35675385..0973983eae2a1fcd17b54db0b0226caa7eec3359 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -381,7 +381,7 @@ void RenderThreadImpl::Init() {
|
| GetContentClient()->renderer()->RenderThreadStarted();
|
|
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| - if (command_line.HasSwitch(switches::kEnableGpuBenchmarking))
|
| + if (command_line.HasSwitch(cc::switches::kEnableGpuBenchmarking))
|
| RegisterExtension(GpuBenchmarkingExtension::Get());
|
|
|
| // Note that under Linux, the media library will normally already have
|
|
|