| Index: components/metrics/daily_event.cc
|
| diff --git a/components/metrics/daily_event.cc b/components/metrics/daily_event.cc
|
| index 0f9b68a4634a0b6fb8c870e5869711f785ff0e9f..42ba48c2784295e0b73fa87b5495dceefb6a6a4a 100644
|
| --- a/components/metrics/daily_event.cc
|
| +++ b/components/metrics/daily_event.cc
|
| @@ -8,8 +8,8 @@
|
|
|
| #include "base/i18n/time_formatting.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "base/prefs/pref_registry_simple.h"
|
| -#include "base/prefs/pref_service.h"
|
| +#include "components/prefs/pref_registry_simple.h"
|
| +#include "components/prefs/pref_service.h"
|
|
|
| namespace metrics {
|
|
|
|
|