diff options
Diffstat (limited to 'remoting/client/client_config.h')
-rw-r--r-- | remoting/client/client_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/client/client_config.h b/remoting/client/client_config.h index c2ce82b..52b8e34 100644 --- a/remoting/client/client_config.h +++ b/remoting/client/client_config.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 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. @@ -20,7 +20,7 @@ struct ClientConfig { std::string host_jid; std::string host_public_key; - std::string access_code; + std::string authentication_code; }; } // namespace remoting |