Index: components/metrics/stability_metrics_helper.cc |
diff --git a/components/metrics/stability_metrics_helper.cc b/components/metrics/stability_metrics_helper.cc |
index 1f863c06b769570781b8abee170eaaf2d234a972..52b91f0f127d65df8adcb795e1abe7f2e1d65345 100644 |
--- a/components/metrics/stability_metrics_helper.cc |
+++ b/components/metrics/stability_metrics_helper.cc |
@@ -11,11 +11,11 @@ |
#include "base/logging.h" |
#include "base/metrics/histogram.h" |
#include "base/metrics/sparse_histogram.h" |
-#include "base/prefs/pref_registry_simple.h" |
-#include "base/prefs/pref_service.h" |
#include "build/build_config.h" |
#include "components/metrics/metrics_pref_names.h" |
#include "components/metrics/proto/system_profile.pb.h" |
+#include "components/prefs/pref_registry_simple.h" |
+#include "components/prefs/pref_service.h" |
#if defined(OS_WIN) |
#include <windows.h> // Needed for STATUS_* codes |