Chromium Code Reviews| Index: components/domain_reliability/beacon.h |
| diff --git a/components/domain_reliability/beacon.h b/components/domain_reliability/beacon.h |
| index 42cfb1cef6ae10ca2a6b8a590e76b8f8c4edc40c..a1e97ac75906807f9f6db7a77a498ce0869536df 100644 |
| --- a/components/domain_reliability/beacon.h |
| +++ b/components/domain_reliability/beacon.h |
| @@ -39,7 +39,7 @@ class DOMAIN_RELIABILITY_EXPORT DomainReliabilityBeacon { |
| // Start time of the request. Encoded as the request age in the final JSON. |
| base::TimeTicks start_time; |
| - // Okay to copy and assign :) |
| + // Okay to copy and assign. ^_^ |
|
Ryan Sleevi
2014/04/25 01:00:02
No need for emoticons either way.
Deprecated (see juliatuttle)
2014/04/28 22:01:13
:(
Done.
|
| }; |
| } // namespace domain_reliability |