Index: chrome/browser/metrics/cloned_install_detector.h |
diff --git a/chrome/browser/metrics/cloned_install_detector.h b/chrome/browser/metrics/cloned_install_detector.h |
index 19bc658138e39f7b354fe5aa1653273b3eb49615..ced164db90a5b212c387ecaf366f0b5b250a8897 100644 |
--- a/chrome/browser/metrics/cloned_install_detector.h |
+++ b/chrome/browser/metrics/cloned_install_detector.h |
@@ -34,6 +34,7 @@ class ClonedInstallDetector { |
private: |
FRIEND_TEST_ALL_PREFIXES(ClonedInstallDetectorTest, SaveId); |
+ FRIEND_TEST_ALL_PREFIXES(ClonedInstallDetectorTest, DetectClone); |
// Converts raw_id into a 24-bit hash and stores the hash in |local_state|. |
// |raw_id| is not a const ref because it's passed from a cross-thread post |