| Index: content/common/resource_dispatcher_unittest.cc
|
| diff --git a/content/common/resource_dispatcher_unittest.cc b/content/common/resource_dispatcher_unittest.cc
|
| index d133bc131f23620adde1a9b78376816f33f6efdf..2bc9ebb5d3dda86e5bbd81694558667a87800507 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;
|
| }
|
| @@ -298,7 +298,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:
|
|
|