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

Unified Diff: components/autofill.gypi

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 | « no previous file | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 1311387b5e62a7b8c95f754aaac9f0081f1b06b9..a20b011c37c87c107c5fac06d513a5706131db0a 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -130,8 +130,8 @@
'autofill/core/browser/autofill_country.h',
'autofill/core/browser/autofill_data_model.cc',
'autofill/core/browser/autofill_data_model.h',
- 'autofill/core/browser/autofill_download.cc',
- 'autofill/core/browser/autofill_download.h',
+ 'autofill/core/browser/autofill_download_manager.cc',
+ 'autofill/core/browser/autofill_download_manager.h',
'autofill/core/browser/autofill_driver.h',
'autofill/core/browser/autofill_external_delegate.cc',
'autofill/core/browser/autofill_external_delegate.h',
« no previous file with comments | « no previous file | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698