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

Unified Diff: remoting/base/telemetry_log_writer.cc

Issue 2643483003: [Remoting Android] Refactor ClientTelemetryLogger (Closed)
Patch Set: PTAL Created 3 years, 11 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 | « remoting/base/telemetry_log_writer.h ('k') | remoting/client/client_telemetry_logger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/telemetry_log_writer.cc
diff --git a/remoting/base/telemetry_log_writer.cc b/remoting/base/telemetry_log_writer.cc
index 1c0cbe37b9101d4db5f2bb6bc142bf863efcdeb5..24360f0282cd346e9d5e30f06baa2af4dc0ab788 100644
--- a/remoting/base/telemetry_log_writer.cc
+++ b/remoting/base/telemetry_log_writer.cc
@@ -19,6 +19,7 @@ TelemetryLogWriter::TelemetryLogWriter(
std::unique_ptr<UrlRequestFactory> request_factory)
: telemetry_base_url_(telemetry_base_url),
request_factory_(std::move(request_factory)) {}
+
TelemetryLogWriter::~TelemetryLogWriter() {}
void TelemetryLogWriter::SetAuthToken(const std::string& auth_token) {
« no previous file with comments | « remoting/base/telemetry_log_writer.h ('k') | remoting/client/client_telemetry_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698