| Index: chrome/browser/safe_browsing/ui_manager.cc
|
| diff --git a/chrome/browser/safe_browsing/ui_manager.cc b/chrome/browser/safe_browsing/ui_manager.cc
|
| index d7e0cd51056dfcf7009b9d055a87768bc623361a..9bbae95f2a75e2c8260f4ca3ecf4f5dfca2745a2 100644
|
| --- a/chrome/browser/safe_browsing/ui_manager.cc
|
| +++ b/chrome/browser/safe_browsing/ui_manager.cc
|
| @@ -10,7 +10,6 @@
|
| #include "base/debug/leak_tracker.h"
|
| #include "base/macros.h"
|
| #include "base/metrics/histogram_macros.h"
|
| -#include "base/prefs/pref_service.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/threading/thread.h"
|
| @@ -24,6 +23,7 @@
|
| #include "chrome/browser/safe_browsing/threat_details.h"
|
| #include "chrome/browser/tab_contents/tab_util.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/prefs/pref_service.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| #include "content/public/browser/notification_service.h"
|
|
|