summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics/metrics_log.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-01 00:09:50 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-01 00:09:50 +0000
commit0fafc8de47e8aa377e3fb96fc914fbe7399fe9c6 (patch)
tree60b20b99b0720b17bfa1b89341f58998d0ca6fbd /chrome/browser/metrics/metrics_log.h
parent5864995efd4d711ef4adf3f8fad620c2f40124ec (diff)
downloadchromium_src-0fafc8de47e8aa377e3fb96fc914fbe7399fe9c6.zip
chromium_src-0fafc8de47e8aa377e3fb96fc914fbe7399fe9c6.tar.gz
chromium_src-0fafc8de47e8aa377e3fb96fc914fbe7399fe9c6.tar.bz2
Rename AutocompleteLog to OmniboxLog and move it into c/b/omnibox.
BUG=80186 R=pkasting@chromium.org TBR=thestig@chromium.org Review URL: https://chromiumcodereview.appspot.com/16069003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/metrics/metrics_log.h')
-rw-r--r--chrome/browser/metrics/metrics_log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h
index 2d102d0..303720cbe 100644
--- a/chrome/browser/metrics/metrics_log.h
+++ b/chrome/browser/metrics/metrics_log.h
@@ -21,8 +21,8 @@
#include "chrome/browser/metrics/perf_provider_chromeos.h"
#endif
-struct AutocompleteLog;
class MetricsNetworkObserver;
+struct OmniboxLog;
class PrefService;
class PrefRegistrySimple;
@@ -110,7 +110,7 @@ class MetricsLog : public MetricsLogBase {
// Records the input text, available choices, and selected entry when the
// user uses the Omnibox to open a URL.
- void RecordOmniboxOpenedURL(const AutocompleteLog& log);
+ void RecordOmniboxOpenedURL(const OmniboxLog& log);
// Records the passed profiled data, which should be a snapshot of the
// browser's profiled performance during startup for a single process.