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

Unified Diff: components/history.gypi

Issue 642623004: Rename VisitDatabaseObserver to HistoryServiceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@373326
Patch Set: Address comments & rebase Created 6 years, 2 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 | « chrome/browser/prerender/prerender_local_predictor.cc ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history.gypi
diff --git a/components/history.gypi b/components/history.gypi
index c2431f510728f7519efb1a18b0cf5dbd5c7d18d9..9db304f41d0e6d7a4acc11a7bc33a07e9a2aa26f 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -26,10 +26,11 @@
# Note: sources list duplicated in GN build.
'history/core/browser/history_client.cc',
'history/core/browser/history_client.h',
- 'history/core/browser/history_types.cc',
- 'history/core/browser/history_types.h',
'history/core/browser/history_match.cc',
'history/core/browser/history_match.h',
+ 'history/core/browser/history_service_observer.h',
+ 'history/core/browser/history_types.cc',
+ 'history/core/browser/history_types.h',
'history/core/browser/in_memory_database.cc',
'history/core/browser/in_memory_database.h',
'history/core/browser/keyword_id.h',
« no previous file with comments | « chrome/browser/prerender/prerender_local_predictor.cc ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698