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

Unified Diff: remoting/client/jni/connect_to_host_info.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/client/jni/connect_to_host_info.h ('k') | remoting/client/jni/jni_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/jni/connect_to_host_info.cc
diff --git a/remoting/client/jni/connect_to_host_info.cc b/remoting/client/jni/connect_to_host_info.cc
new file mode 100644
index 0000000000000000000000000000000000000000..8da4776085ec61a5291546ccfe5437ead7868b2e
--- /dev/null
+++ b/remoting/client/jni/connect_to_host_info.cc
@@ -0,0 +1,14 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "remoting/client/jni/connect_to_host_info.h"
+
+namespace remoting {
+
+ConnectToHostInfo::ConnectToHostInfo() = default;
+ConnectToHostInfo::ConnectToHostInfo(const ConnectToHostInfo& other) = default;
+ConnectToHostInfo::ConnectToHostInfo(ConnectToHostInfo&& other) = default;
+ConnectToHostInfo::~ConnectToHostInfo() = default;
+
+} // namespace remoting
« no previous file with comments | « remoting/client/jni/connect_to_host_info.h ('k') | remoting/client/jni/jni_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698