| Index: chrome/browser/bookmarks/chrome_bookmark_client.cc
|
| diff --git a/chrome/browser/bookmarks/chrome_bookmark_client.cc b/chrome/browser/bookmarks/chrome_bookmark_client.cc
|
| index 8666f816b8b5ef76a004a9ec081974e69e096e0b..c716e17b979f64b0fc3bd45289ee01c3cbf77bbf 100644
|
| --- a/chrome/browser/bookmarks/chrome_bookmark_client.cc
|
| +++ b/chrome/browser/bookmarks/chrome_bookmark_client.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "chrome/browser/bookmarks/chrome_bookmark_client.h"
|
|
|
| +#include <utility>
|
| +
|
| #include "base/logging.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/favicon/favicon_service_factory.h"
|
| @@ -16,6 +18,7 @@
|
| #include "components/favicon/core/favicon_util.h"
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/history/core/browser/url_database.h"
|
| +#include "components/offline_pages/external_listener.h"
|
| #include "content/public/browser/user_metrics.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
|
|