| Index: remoting/ios/facade/ios_client_runtime_delegate.mm
|
| diff --git a/remoting/client/ios/facade/ios_client_runtime_delegate.mm b/remoting/ios/facade/ios_client_runtime_delegate.mm
|
| similarity index 92%
|
| rename from remoting/client/ios/facade/ios_client_runtime_delegate.mm
|
| rename to remoting/ios/facade/ios_client_runtime_delegate.mm
|
| index b773b2aa1b1ccf6a8ecd5bb848b2ae27cad7ee0b..ebb3c798b4cff5ba84f2a44ef30195e0045c76ac 100644
|
| --- a/remoting/client/ios/facade/ios_client_runtime_delegate.mm
|
| +++ b/remoting/ios/facade/ios_client_runtime_delegate.mm
|
| @@ -6,11 +6,11 @@
|
| #error "This file requires ARC support."
|
| #endif
|
|
|
| -#include "remoting/client/ios/facade/ios_client_runtime_delegate.h"
|
| +#include "remoting/ios/facade/ios_client_runtime_delegate.h"
|
|
|
| #import "base/mac/bind_objc_block.h"
|
| -#import "remoting/client/ios/facade/remoting_authentication.h"
|
| -#import "remoting/client/ios/facade/remoting_service.h"
|
| +#import "remoting/ios/facade/remoting_authentication.h"
|
| +#import "remoting/ios/facade/remoting_service.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
|
|