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

Unified Diff: components/metrics/daily_observer.cc

Issue 511623002: Add a mechanism for collecting Rappor samples on a daily interval. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: components/metrics/daily_observer.cc
diff --git a/components/metrics/client_info.cc b/components/metrics/daily_observer.cc
similarity index 58%
copy from components/metrics/client_info.cc
copy to components/metrics/daily_observer.cc
index 57ad3947c1bd6b736b3acd2b3b15e20454f9f135..cfc0e11d24865ccd27f347b04622f9c98778cbc8 100644
--- a/components/metrics/client_info.cc
+++ b/components/metrics/daily_observer.cc
@@ -2,12 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/metrics/client_info.h"
+#include "components/metrics/daily_observer.h"
namespace metrics {
-ClientInfo::ClientInfo() : installation_date(0), reporting_enabled_date(0) {}
+DailyObserver::DailyObserver() {
+}
-ClientInfo::~ClientInfo() {}
+DailyObserver::~DailyObserver() {
+}
} // namespace metrics

Powered by Google App Engine
This is Rietveld 408576698