| Index: remoting/base/mock_oauth_client.cc
|
| diff --git a/remoting/host/setup/mock_oauth_client.cc b/remoting/base/mock_oauth_client.cc
|
| similarity index 79%
|
| rename from remoting/host/setup/mock_oauth_client.cc
|
| rename to remoting/base/mock_oauth_client.cc
|
| index bd78aa64b7a63966f579d5e622d1f884e45db8c5..121529485d646a2e37cedab3946f28ac51287da8 100644
|
| --- a/remoting/host/setup/mock_oauth_client.cc
|
| +++ b/remoting/base/mock_oauth_client.cc
|
| @@ -2,17 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "remoting/host/setup/mock_oauth_client.h"
|
| +#include "remoting/base/mock_oauth_client.h"
|
|
|
| namespace remoting {
|
|
|
| MockOAuthClient::MockOAuthClient(const std::string& user_email,
|
| const std::string& refresh_token)
|
| - : user_email_(user_email), refresh_token_(refresh_token) {
|
| -}
|
| + : user_email_(user_email), refresh_token_(refresh_token) {}
|
|
|
| -MockOAuthClient::~MockOAuthClient() {
|
| -}
|
| +MockOAuthClient::~MockOAuthClient() {}
|
|
|
| void MockOAuthClient::GetCredentialsFromAuthCode(
|
| const gaia::OAuthClientInfo& oauth_client_info,
|
|
|