Index: components/metrics/persisted_logs.cc |
diff --git a/components/metrics/persisted_logs.cc b/components/metrics/persisted_logs.cc |
index 8228e212897488013b7483a4462ce17d843c0af4..c78ecec2596b995dd04364fb9a272ecd5613123c 100644 |
--- a/components/metrics/persisted_logs.cc |
+++ b/components/metrics/persisted_logs.cc |
@@ -9,10 +9,10 @@ |
#include "base/base64.h" |
#include "base/md5.h" |
#include "base/metrics/histogram_macros.h" |
-#include "base/prefs/pref_service.h" |
-#include "base/prefs/scoped_user_pref_update.h" |
#include "base/sha1.h" |
#include "base/timer/elapsed_timer.h" |
+#include "components/prefs/pref_service.h" |
+#include "components/prefs/scoped_user_pref_update.h" |
#include "third_party/zlib/google/compression_utils.h" |
namespace metrics { |