| Index: components/devtools_discovery/basic_target_descriptor.h
|
| diff --git a/components/devtools_discovery/basic_target_descriptor.h b/components/devtools_discovery/basic_target_descriptor.h
|
| index 6161839c8360d90396bb98643a96e0d05eb27479..a3b834a7e3ad0747d303468db03fb082b26a8a1e 100644
|
| --- a/components/devtools_discovery/basic_target_descriptor.h
|
| +++ b/components/devtools_discovery/basic_target_descriptor.h
|
| @@ -28,7 +28,7 @@
|
| std::string GetDescription() const override;
|
| GURL GetURL() const override;
|
| GURL GetFaviconURL() const override;
|
| - base::Time GetLastActiveTime() const override;
|
| + base::TimeTicks GetLastActivityTime() const override;
|
| bool IsAttached() const override;
|
| scoped_refptr<content::DevToolsAgentHost> GetAgentHost() const override;
|
| bool Activate() const override;
|
| @@ -50,7 +50,7 @@
|
| std::string description_;
|
| GURL url_;
|
| GURL favicon_url_;
|
| - base::Time last_active_time_;
|
| + base::TimeTicks last_activity_time_;
|
| };
|
|
|
| } // namespace devtools_discovery
|
|
|