| 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
|
| deleted file mode 100644
|
| index 8da4776085ec61a5291546ccfe5437ead7868b2e..0000000000000000000000000000000000000000
|
| --- a/remoting/client/jni/connect_to_host_info.cc
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -// 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
|
|
|