Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Unified Diff: chrome/browser/bookmarks/chrome_bookmark_client.cc

Issue 2185973003: [Offline Pages] Delete associated page along with bookmark. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding offline_pages::ExternalListener. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698