Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1705)

Unified Diff: chrome/browser/metrics/extensions_metrics_provider.cc

Issue 318993002: Merge MetricsLog and MetricsLogBase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: address nits Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/metrics/metrics_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/extensions_metrics_provider.cc
===================================================================
--- chrome/browser/metrics/extensions_metrics_provider.cc (revision 275424)
+++ chrome/browser/metrics/extensions_metrics_provider.cc (working copy)
@@ -11,7 +11,7 @@
#include "base/strings/stringprintf.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/profiles/profile_manager.h"
-#include "components/metrics/metrics_log_base.h"
+#include "components/metrics/metrics_log.h"
#include "components/metrics/metrics_state_manager.h"
#include "components/metrics/proto/system_profile.pb.h"
#include "extensions/browser/extension_registry.h"
@@ -90,10 +90,10 @@
}
uint64 ExtensionsMetricsProvider::GetClientID() {
- // TODO(blundell): Create a MetricsLogBase::ClientIDAsInt() API and call it
- // here as well as in MetricsLogBases's population of the client_id field of
+ // TODO(blundell): Create a MetricsLog::ClientIDAsInt() API and call it
+ // here as well as in MetricsLog's population of the client_id field of
// the uma_proto.
- return metrics::MetricsLogBase::Hash(metrics_state_manager_->client_id());
+ return MetricsLog::Hash(metrics_state_manager_->client_id());
}
void ExtensionsMetricsProvider::ProvideSystemProfileMetrics(
« no previous file with comments | « no previous file | chrome/browser/metrics/metrics_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698