Index: gpu/config/gpu_driver_bug_list.cc |
diff --git a/gpu/config/gpu_driver_bug_list.cc b/gpu/config/gpu_driver_bug_list.cc |
index a091c4218f711be9dd6eb1568fe685033763f697..b0d82eb7fcdebd472ffdea3f353fe4d28f62b522 100644 |
--- a/gpu/config/gpu_driver_bug_list.cc |
+++ b/gpu/config/gpu_driver_bug_list.cc |
@@ -55,7 +55,8 @@ std::string GpuDriverBugWorkaroundTypeToString( |
// static |
void GpuDriverBugList::AppendWorkaroundsFromCommandLine( |
- std::set<int>* workarounds, const CommandLine& command_line) { |
+ std::set<int>* workarounds, |
+ const base::CommandLine& command_line) { |
DCHECK(workarounds); |
for (int i = 0; i < NUMBER_OF_GPU_DRIVER_BUG_WORKAROUND_TYPES; i++) { |
if (!command_line.HasSwitch(kFeatureList[i].name)) |