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

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

Issue 404553008: Rename autofill_download.{cc,h} to autofill_download_manager.{cc,h}. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix GN build (again) Created 6 years, 5 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/autofill.gypi ('k') | components/autofill/core/browser/autofill_download.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index fe116d7e21fea200c27ed65be14b94d668c909a8..63044880da7e09fa3bcf9aea69cac0264a268df2 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -47,8 +47,8 @@ static_library("browser") {
"autofill_country.h",
"autofill_data_model.cc",
"autofill_data_model.h",
- "autofill_download.cc",
- "autofill_download.h",
+ "autofill_download_manager.cc",
+ "autofill_download_manager.h",
"autofill_driver.h",
"autofill_external_delegate.cc",
"autofill_external_delegate.h",
@@ -210,7 +210,7 @@ source_set("unit_tests") {
"autocomplete_history_manager_unittest.cc",
"autofill_country_unittest.cc",
"autofill_data_model_unittest.cc",
- "autofill_download_unittest.cc",
+ "autofill_download_manager_unittest.cc",
"autofill_external_delegate_unittest.cc",
"autofill_field_unittest.cc",
"autofill_ie_toolbar_import_win_unittest.cc",
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/autofill_download.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698