| Index: gpu/config/gpu_driver_bug_list.h
|
| diff --git a/gpu/config/gpu_driver_bug_list.h b/gpu/config/gpu_driver_bug_list.h
|
| index 8830cacf573ec57d88cf43171014614ba2a648a1..ba2494428c21a780324e2183432b1022ee22129f 100644
|
| --- a/gpu/config/gpu_driver_bug_list.h
|
| +++ b/gpu/config/gpu_driver_bug_list.h
|
| @@ -24,7 +24,8 @@ class GPU_EXPORT GpuDriverBugList : public GpuControlList {
|
| // Append |workarounds| with these passed in through the
|
| // |command_line|.
|
| static void AppendWorkaroundsFromCommandLine(
|
| - std::set<int>* workarounds, const CommandLine& command_line);
|
| + std::set<int>* workarounds,
|
| + const base::CommandLine& command_line);
|
|
|
| private:
|
| GpuDriverBugList();
|
|
|