diff options
Diffstat (limited to 'chrome/browser/views/external_protocol_dialog.h')
-rw-r--r-- | chrome/browser/views/external_protocol_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/external_protocol_dialog.h b/chrome/browser/views/external_protocol_dialog.h index 4a5e469..b32582f 100644 --- a/chrome/browser/views/external_protocol_dialog.h +++ b/chrome/browser/views/external_protocol_dialog.h @@ -50,7 +50,7 @@ class ExternalProtocolDialog : public views::DialogDelegate { GURL url_; // The time at which this dialog was created. - base::Time creation_time_; + base::TimeTicks creation_time_; DISALLOW_COPY_AND_ASSIGN(ExternalProtocolDialog); }; |