| Index: chrome/browser/first_run/first_run_internal_posix.cc
|
| diff --git a/chrome/browser/first_run/first_run_internal_posix.cc b/chrome/browser/first_run/first_run_internal_posix.cc
|
| index 2cd4b611011dc257c1cb149ddd92c58caf88ed91..2f554970b927a6c8cf40c49e2eb1e8a9748b8b6e 100644
|
| --- a/chrome/browser/first_run/first_run_internal_posix.cc
|
| +++ b/chrome/browser/first_run/first_run_internal_posix.cc
|
| @@ -38,7 +38,7 @@ void DoPostImportPlatformSpecificTasks(Profile* profile) {
|
| // this is POSIX-specific).
|
| if (GoogleUpdateSettings::GetCollectStatsConsent()) {
|
| g_browser_process->local_state()->SetBoolean(
|
| - prefs::kMetricsReportingEnabled, true);
|
| + metrics::prefs::kMetricsReportingEnabled, true);
|
| }
|
| #endif
|
| }
|
|
|