diff options
Diffstat (limited to 'remoting/client/client_config.cc')
-rw-r--r-- | remoting/client/client_config.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/remoting/client/client_config.cc b/remoting/client/client_config.cc index 3012a9b..aed88df 100644 --- a/remoting/client/client_config.cc +++ b/remoting/client/client_config.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -6,11 +6,10 @@ namespace remoting { -ClientConfig::ClientConfig() - : authentication_method(protocol::AuthenticationMethod::Invalid()) { +ClientConfig::ClientConfig() { } ClientConfig::~ClientConfig() { } -} // namespace remoting +} |