| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index cf9b14cbe2e25490a8b995d4142c04f25c8cf8e3..39d46e366b60a269f76c269d5554d2052febb4ab 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -770,7 +770,7 @@ void ProfileIOData::InitializeMetricsEnabledStateOnUIThread() {
|
| #else
|
| // Prep the PrefMember and send it to the IO thread, since this value will be
|
| // read from there.
|
| - enable_metrics_.Init(prefs::kMetricsReportingEnabled,
|
| + enable_metrics_.Init(metrics::prefs::kMetricsReportingEnabled,
|
| g_browser_process->local_state());
|
| enable_metrics_.MoveToThread(
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO));
|
|
|