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

Unified Diff: components/metrics/test_metrics_service_client.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 | « components/metrics/test_metrics_service_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/test_metrics_service_client.cc
===================================================================
--- components/metrics/test_metrics_service_client.cc (revision 275424)
+++ components/metrics/test_metrics_service_client.cc (working copy)
@@ -13,7 +13,8 @@
const char TestMetricsServiceClient::kBrandForTesting[] = "brand_for_testing";
TestMetricsServiceClient::TestMetricsServiceClient()
- : install_date_(0) {
+ : install_date_(0),
+ version_string_("5.0.322.0-64-devel") {
}
TestMetricsServiceClient::~TestMetricsServiceClient() {
@@ -41,7 +42,7 @@
}
std::string TestMetricsServiceClient::GetVersionString() {
- return "5.0.322.0-64-devel";
+ return version_string_;
}
int64 TestMetricsServiceClient::GetInstallDate() {
« no previous file with comments | « components/metrics/test_metrics_service_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698