| Index: remoting/ios/facade/remoting_authentication.h
|
| diff --git a/remoting/client/ios/facade/remoting_authentication.h b/remoting/ios/facade/remoting_authentication.h
|
| similarity index 87%
|
| rename from remoting/client/ios/facade/remoting_authentication.h
|
| rename to remoting/ios/facade/remoting_authentication.h
|
| index 1ab7e33aca0a3dd73162525c057942ffed11039b..5eeed4f4925a167cf319cfde33edf92a26cec099 100644
|
| --- a/remoting/client/ios/facade/remoting_authentication.h
|
| +++ b/remoting/ios/facade/remoting_authentication.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_CLIENT_IOS_FACADE_REMOTING_AUTHENTICATION_H_
|
| -#define REMOTING_CLIENT_IOS_FACADE_REMOTING_AUTHENTICATION_H_
|
| +#ifndef REMOTING_IOS_FACADE_REMOTING_AUTHENTICATION_H_
|
| +#define REMOTING_IOS_FACADE_REMOTING_AUTHENTICATION_H_
|
|
|
| #import "remoting/client/chromoting_client_runtime.h"
|
| -#import "remoting/client/ios/domain/user_info.h"
|
| +#import "remoting/ios/domain/user_info.h"
|
|
|
| #include "base/memory/weak_ptr.h"
|
| #include "remoting/base/oauth_token_getter.h"
|
| @@ -48,4 +48,4 @@
|
|
|
| @end
|
|
|
| -#endif // REMOTING_CLIENT_IOS_FACADE_REMOTING_AUTHENTICATION_H_
|
| +#endif // REMOTING_IOS_FACADE_REMOTING_AUTHENTICATION_H_
|
|
|