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

Unified Diff: components/history/core/browser/BUILD.gn

Issue 1198373002: Split HistoryClient in two objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1192403002
Patch Set: Add comments in ChromeHistoryBackendClient Created 5 years, 6 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
« no previous file with comments | « components/history.gypi ('k') | components/history/core/browser/expire_history_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index eaaf3f4b6286d963318e5db2b8e474f0beed397d..ea7fee6680d28235a3fdec6ffbdeac775625c7eb 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -17,9 +17,9 @@ static_library("browser") {
"expire_history_backend.h",
"history_backend.cc",
"history_backend.h",
+ "history_backend_client.h",
"history_backend_notifier.h",
"history_backend_observer.h",
- "history_client.cc",
"history_client.h",
"history_constants.cc",
"history_constants.h",
« no previous file with comments | « components/history.gypi ('k') | components/history/core/browser/expire_history_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698