Index: components/metrics/metrics_state_manager.cc |
diff --git a/components/metrics/metrics_state_manager.cc b/components/metrics/metrics_state_manager.cc |
index ae1582396948eab283085521231befb7d5228e7f..98b7af5f6a93603814ba40d33538ed602180dfbd 100644 |
--- a/components/metrics/metrics_state_manager.cc |
+++ b/components/metrics/metrics_state_manager.cc |
@@ -270,7 +270,7 @@ int MetricsStateManager::GetLowEntropySource() { |
if (low_entropy_source_ != kLowEntropySourceNotSet) |
return low_entropy_source_; |
- const CommandLine* command_line(CommandLine::ForCurrentProcess()); |
+ const base::CommandLine* command_line(base::CommandLine::ForCurrentProcess()); |
// Only try to load the value from prefs if the user did not request a |
// reset. |
// Otherwise, skip to generating a new value. |