| Index: net/base/network_time_notifier.h
|
| diff --git a/net/base/network_time_notifier.h b/net/base/network_time_notifier.h
|
| index 62e234863a0fcb84c09c992a028ec073dee70c50..8495246d6866ef200fc4d61d75a632e8a24be8eb 100644
|
| --- a/net/base/network_time_notifier.h
|
| +++ b/net/base/network_time_notifier.h
|
| @@ -30,9 +30,9 @@ class NET_EXPORT NetworkTimeNotifier {
|
| // with |network_time|.
|
| // const base::TimeDelta& network_time_uncertainty - the uncertainty
|
| // associated with the new network time.
|
| - typedef base::Callback<void(const base::Time&,
|
| - const base::TimeTicks&,
|
| - const base::TimeDelta&)> ObserverCallback;
|
| + typedef base::Callback<
|
| + void(const base::Time&, const base::TimeTicks&, const base::TimeDelta&)>
|
| + ObserverCallback;
|
|
|
| // Takes ownership of |tick_clock|.
|
| explicit NetworkTimeNotifier(scoped_ptr<base::TickClock> tick_clock);
|
|
|