| Index: chrome/browser/jumplist_win.cc
|
| diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc
|
| index 8b1e91b3ad46efeb1ae2044b56b0321ad97c8b7d..50b1095a7a39c074f20b00c5e4d29e94d0ab0dc2 100644
|
| --- a/chrome/browser/jumplist_win.cc
|
| +++ b/chrome/browser/jumplist_win.cc
|
| @@ -10,7 +10,6 @@
|
| #include "base/files/file_util.h"
|
| #include "base/macros.h"
|
| #include "base/path_service.h"
|
| -#include "base/prefs/pref_change_registrar.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/threading/thread.h"
|
| @@ -32,6 +31,7 @@
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/history/core/browser/page_usage_data.h"
|
| #include "components/history/core/browser/top_sites.h"
|
| +#include "components/prefs/pref_change_registrar.h"
|
| #include "components/sessions/core/session_types.h"
|
| #include "components/sessions/core/tab_restore_service.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|