Index: chrome/browser/safe_browsing/safe_browsing_service.cc |
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc |
index 1cf3f0b00cbfa8fdcd006eca49b82afef5829c33..a92d736391d706dcdb0ec6d8e8399bb718ee1e60 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_service.cc |
+++ b/chrome/browser/safe_browsing/safe_browsing_service.cc |
@@ -11,11 +11,11 @@ |
#include "base/debug/leak_tracker.h" |
#include "base/lazy_instance.h" |
#include "base/path_service.h" |
+#include "base/prefs/public/pref_change_registrar.h" |
#include "base/stl_util.h" |
#include "base/string_util.h" |
#include "base/threading/thread.h" |
#include "base/threading/thread_restrictions.h" |
-#include "chrome/browser/api/prefs/pref_change_registrar.h" |
#include "chrome/browser/browser_process.h" |
#include "chrome/browser/metrics/metrics_service.h" |
#include "chrome/browser/net/sqlite_persistent_cookie_store.h" |