| Index: remoting/ios/facade/ios_client_runtime_delegate.h
|
| diff --git a/remoting/client/ios/facade/ios_client_runtime_delegate.h b/remoting/ios/facade/ios_client_runtime_delegate.h
|
| similarity index 81%
|
| rename from remoting/client/ios/facade/ios_client_runtime_delegate.h
|
| rename to remoting/ios/facade/ios_client_runtime_delegate.h
|
| index 032f3b7f43454eb24c52b041681d67f9a95b3dac..ed92c92483dc3d8112166eb90f815bf441ee053b 100644
|
| --- a/remoting/client/ios/facade/ios_client_runtime_delegate.h
|
| +++ b/remoting/ios/facade/ios_client_runtime_delegate.h
|
| @@ -2,8 +2,8 @@
|
| // 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_IOS_CLIENT_RUNTIME_DELEGATE_H_
|
| -#define REMOTING_CLIENT_IOS_FACADE_IOS_CLIENT_RUNTIME_DELEGATE_H_
|
| +#ifndef REMOTING_IOS_FACADE_IOS_CLIENT_RUNTIME_DELEGATE_H_
|
| +#define REMOTING_IOS_FACADE_IOS_CLIENT_RUNTIME_DELEGATE_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -33,4 +33,4 @@ class IosClientRuntimeDelegate : public ChromotingClientRuntime::Delegate {
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_CLIENT_IOS_FACADE_CLIENT_RUNTIME_DELEGATE_H_
|
| +#endif // REMOTING_IOS_FACADE_CLIENT_RUNTIME_DELEGATE_H_
|
|
|