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

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

Issue 2639403002: [Autofill] Remove direct use of base::Time::Now() in Autofill (Closed)
Patch Set: Rebase Created 3 years, 11 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
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 5281b7de47208bd498379e01695480a2c5a52758..aaaebd626291b5a5fcdddaa885be62ab94949ff3 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -19,6 +19,8 @@ static_library("browser") {
"autocomplete_history_manager.h",
"autofill-inl.h",
"autofill_client.h",
+ "autofill_clock.cc",
+ "autofill_clock.h",
"autofill_country.cc",
"autofill_country.h",
"autofill_data_model.cc",
« no previous file with comments | « no previous file | components/autofill/core/browser/autofill_clock.h » ('j') | components/autofill/core/browser/autofill_clock.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698