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

Unified Diff: components/webdata/common/BUILD.gn

Issue 962903003: Rename WebDataServiceBackend to WebDatabaseBackend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and fix nits Created 5 years, 9 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/webdata.gypi ('k') | components/webdata/common/web_data_service_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata/common/BUILD.gn
diff --git a/components/webdata/common/BUILD.gn b/components/webdata/common/BUILD.gn
index 8f292526a338e2dff76ba79a9f760848f64afb20..6f99807df8dd8fb6ff625dc5821cfbda55204204 100644
--- a/components/webdata/common/BUILD.gn
+++ b/components/webdata/common/BUILD.gn
@@ -9,13 +9,13 @@ component("common") {
"web_data_request_manager.cc",
"web_data_request_manager.h",
"web_data_results.h",
- "web_data_service_backend.cc",
- "web_data_service_backend.h",
"web_data_service_base.cc",
"web_data_service_base.h",
"web_data_service_consumer.h",
"web_database.cc",
"web_database.h",
+ "web_database_backend.cc",
+ "web_database_backend.h",
"web_database_service.cc",
"web_database_service.h",
"web_database_table.cc",
« no previous file with comments | « components/webdata.gypi ('k') | components/webdata/common/web_data_service_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698