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

Unified Diff: remoting/protocol/client_authentication_config.cc

Issue 1794433002: Use ClientAuthenticationConfig in PairingClientAuthenticator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: remoting/protocol/client_authentication_config.cc
diff --git a/remoting/protocol/ice_config.cc b/remoting/protocol/client_authentication_config.cc
similarity index 59%
copy from remoting/protocol/ice_config.cc
copy to remoting/protocol/client_authentication_config.cc
index e8ce0fe70ab8c19f7448624c4a76e65c8918e2ce..eec3c40480c137fc89dd7a008411b04021bb2106 100644
--- a/remoting/protocol/ice_config.cc
+++ b/remoting/protocol/client_authentication_config.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "remoting/protocol/ice_config.h"
+#include "remoting/protocol/client_authentication_config.h"
namespace remoting {
namespace protocol {
-IceConfig::IceConfig() {}
-IceConfig::~IceConfig() {}
+ClientAuthenticationConfig::ClientAuthenticationConfig() {}
+ClientAuthenticationConfig::~ClientAuthenticationConfig() {}
} // namespace protocol
} // namespace remoting
« no previous file with comments | « remoting/protocol/client_authentication_config.h ('k') | remoting/protocol/negotiating_client_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698