diff options
Diffstat (limited to 'chrome/browser/metrics_log.h')
-rw-r--r-- | chrome/browser/metrics_log.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/metrics_log.h b/chrome/browser/metrics_log.h index 1c02371..657c8d7 100644 --- a/chrome/browser/metrics_log.h +++ b/chrome/browser/metrics_log.h @@ -53,11 +53,11 @@ class MetricsLog { // url - which URL was loaded // origin - what kind of action initiated the load // load_time - how long it took to load the page - void MetricsLog::RecordLoadEvent(int window_id, - const GURL& url, - PageTransition::Type origin, - int session_index, - TimeDelta load_time); + void RecordLoadEvent(int window_id, + const GURL& url, + PageTransition::Type origin, + int session_index, + TimeDelta load_time); // Records the current operating environment. Takes the list of installed // plugins as a parameter because that can't be obtained synchronously |