Index: components/devtools_discovery/devtools_target_descriptor.h |
diff --git a/components/devtools_discovery/devtools_target_descriptor.h b/components/devtools_discovery/devtools_target_descriptor.h |
index 995453eed3a0d70d149c3811be52972e6b58ad17..9b3200dd65a53d14adaaea508cb744946b2d1697 100644 |
--- a/components/devtools_discovery/devtools_target_descriptor.h |
+++ b/components/devtools_discovery/devtools_target_descriptor.h |
@@ -50,7 +50,7 @@ |
virtual GURL GetFaviconURL() const = 0; |
// Returns the time when the target was last active. |
- virtual base::Time GetLastActiveTime() const = 0; |
+ virtual base::TimeTicks GetLastActivityTime() const = 0; |
// Returns true if the debugger is attached to the target. |
virtual bool IsAttached() const = 0; |