summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics_log.h
diff options
context:
space:
mode:
authordeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-19 15:58:55 +0000
committerdeanm@google.com <deanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-19 15:58:55 +0000
commit23afa0fbdf77203d6ff57394ed0e2c1c3195b2bd (patch)
tree06e451dc4618209dff5ac0cc14d7cd4be0e58374 /chrome/browser/metrics_log.h
parentc45b0b4811d594009e988ecf9eb5b6da55e7f5df (diff)
downloadchromium_src-23afa0fbdf77203d6ff57394ed0e2c1c3195b2bd.zip
chromium_src-23afa0fbdf77203d6ff57394ed0e2c1c3195b2bd.tar.gz
chromium_src-23afa0fbdf77203d6ff57394ed0e2c1c3195b2bd.tar.bz2
Build a bunch more of chrome/ on Linux.
Patch from Pawel Hajdan Jr. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2408 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/metrics_log.h')
-rw-r--r--chrome/browser/metrics_log.h10
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