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

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

Issue 2639403002: [Autofill] Remove direct use of base::Time::Now() in Autofill (Closed)
Patch Set: Added DCHECK 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/common/BUILD.gn
diff --git a/components/autofill/core/common/BUILD.gn b/components/autofill/core/common/BUILD.gn
index d01d18e3b2892331d2608d64472370dbcb841dff..f7a34bb28b62fcb9dedf77bd5a084b102187eb33 100644
--- a/components/autofill/core/common/BUILD.gn
+++ b/components/autofill/core/common/BUILD.gn
@@ -4,6 +4,8 @@
static_library("common") {
sources = [
+ "autofill_clock.cc",
+ "autofill_clock.h",
"autofill_constants.cc",
"autofill_constants.h",
"autofill_data_validation.cc",
« no previous file with comments | « components/autofill/core/browser/webdata/autofill_table.cc ('k') | components/autofill/core/common/autofill_clock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698