| Index: base/test/mock_time_provider.h
|
| diff --git a/base/test/mock_time_provider.h b/base/test/mock_time_provider.h
|
| index 81240f74928a2c3b61368b115ae32d821ed83381..b4932099a1f5fc7c48b4c0690299022ad28ad896 100644
|
| --- a/base/test/mock_time_provider.h
|
| +++ b/base/test/mock_time_provider.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// TODO(akalin): Change all users of this class to use SimpleTestClock
|
| +// or SimpleTestTickClock and remove this class.
|
| +
|
| // A helper class used to mock out calls to the static method base::Time::Now.
|
| //
|
| // Example usage:
|
|
|