Index: components/variations/variations_seed_processor.cc |
diff --git a/components/variations/variations_seed_processor.cc b/components/variations/variations_seed_processor.cc |
index 9d2057f3429ec0871391d86872cf26a42a9ea2a0..829669b0107e3ad797dac8600742f59888994bb6 100644 |
--- a/components/variations/variations_seed_processor.cc |
+++ b/components/variations/variations_seed_processor.cc |
@@ -103,7 +103,7 @@ void VariationsSeedProcessor::CreateTrialFromStudy( |
// Check if any experiments need to be forced due to a command line |
// flag. Force the first experiment with an existing flag. |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
for (int i = 0; i < study.experiment_size(); ++i) { |
const Study_Experiment& experiment = study.experiment(i); |
if (experiment.has_forcing_flag() && |