Add some missing includes of //base/time/time.h

Bug: 40216326
Change-Id: Icb3ca670406ef81517cf7ffc925f915d4a9ae167
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6868610
Owners-Override: Lei Zhang <[email protected]>
Reviewed-by: Lei Zhang <[email protected]>
Commit-Queue: Lei Zhang <[email protected]>
Commit-Queue: David Sanders <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1507933}
NOKEYCHECK=True
GitOrigin-RevId: a2e1372aaa6f2431a99e41489725f39561cd6b79
diff --git a/cloned_install_detector_unittest.cc b/cloned_install_detector_unittest.cc
index 5b83e8d..45efd9a 100644
--- a/cloned_install_detector_unittest.cc
+++ b/cloned_install_detector_unittest.cc
@@ -6,6 +6,7 @@
 
 #include "base/callback_list.h"
 #include "base/test/bind.h"
+#include "base/time/time.h"
 #include "components/metrics/machine_id_provider.h"
 #include "components/metrics/metrics_pref_names.h"
 #include "components/prefs/testing_pref_service.h"