| Index: content/common/resource_dispatcher_unittest.cc
|
| diff --git a/content/common/resource_dispatcher_unittest.cc b/content/common/resource_dispatcher_unittest.cc
|
| index 228633b0abce8768755b50e319aa2dc559e4f045..71559555bf2b23a4af72e529cc4acc7a9def6d97 100644
|
| --- a/content/common/resource_dispatcher_unittest.cc
|
| +++ b/content/common/resource_dispatcher_unittest.cc
|
| @@ -67,7 +67,7 @@ class TestRequestCallback : public ResourceLoaderBridge::Peer {
|
|
|
| virtual void OnCompletedRequest(const net::URLRequestStatus& status,
|
| const std::string& security_info,
|
| - const base::Time& completion_time) {
|
| + const base::TimeTicks& completion_time) {
|
| EXPECT_FALSE(complete_);
|
| complete_ = true;
|
| }
|
| @@ -296,7 +296,7 @@ class DeferredResourceLoadingTest : public ResourceDispatcherTest,
|
|
|
| virtual void OnCompletedRequest(const net::URLRequestStatus& status,
|
| const std::string& security_info,
|
| - const base::Time& completion_time) {
|
| + const base::TimeTicks& completion_time) {
|
| }
|
|
|
| protected:
|
|
|