summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-03 17:29:26 +0000
committerxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-03 17:29:26 +0000
commit02c6ab4dd16ffd395b67f76baac4a2e3ecaa5b52 (patch)
treea43c49d99d1e0df9ed7e722ec3ad08f98fe80289 /content
parent7267ff8633d8aad1c6cc5a7a5850ef2c70dfb3e7 (diff)
downloadchromium_src-02c6ab4dd16ffd395b67f76baac4a2e3ecaa5b52.zip
chromium_src-02c6ab4dd16ffd395b67f76baac4a2e3ecaa5b52.tar.gz
chromium_src-02c6ab4dd16ffd395b67f76baac4a2e3ecaa5b52.tar.bz2
Update the location of extract_actions.py in comments.
The file was moved in r191811. BUG=none TEST=none R=isherman@chromium.org TBR=achuith@chromium.org, joi@chromium.org Review URL: https://codereview.chromium.org/100453005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238423 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/public/browser/user_metrics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/user_metrics.h b/content/public/browser/user_metrics.h
index 9fa5c4a..4691ca0 100644
--- a/content/public/browser/user_metrics.h
+++ b/content/public/browser/user_metrics.h
@@ -51,7 +51,7 @@ CONTENT_EXPORT void RecordAction(const UserMetricsAction& action);
// not automatically found by the action-processing scripts. It can be used
// when it's a pain to enumerate all possible actions, but if you use this
// you need to also update the rules for extracting known actions in
-// chrome/tools/extract_actions.py.
+// tools/metrics/actions/extract_actions.py.
CONTENT_EXPORT void RecordComputedAction(const std::string& action);
// Called with the action string.