| Index: remoting/ios/app/client_connection_view_controller.h
|
| diff --git a/remoting/client/ios/app/client_connection_view_controller.h b/remoting/ios/app/client_connection_view_controller.h
|
| similarity index 88%
|
| rename from remoting/client/ios/app/client_connection_view_controller.h
|
| rename to remoting/ios/app/client_connection_view_controller.h
|
| index 7ae3939187be590f71a4e15914346492873bdaa3..cb5638b38faef332733292f9d87bc5a8ede98c3f 100644
|
| --- a/remoting/client/ios/app/client_connection_view_controller.h
|
| +++ b/remoting/ios/app/client_connection_view_controller.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_APP_CLIENT_CONNECTION_VIEW_CONTROLLER_H_
|
| -#define REMOTING_CLIENT_IOS_APP_CLIENT_CONNECTION_VIEW_CONTROLLER_H_
|
| +#ifndef REMOTING_IOS_APP_CLIENT_CONNECTION_VIEW_CONTROLLER_H_
|
| +#define REMOTING_IOS_APP_CLIENT_CONNECTION_VIEW_CONTROLLER_H_
|
|
|
| #import <UIKit/UIKit.h>
|
|
|
| @@ -44,4 +44,4 @@ typedef NS_ENUM(NSInteger, ClientConnectionViewState) {
|
|
|
| @end
|
|
|
| -#endif // REMOTING_CLIENT_IOS_APP_CLIENT_CONNECTION_VIEW_CONTROLLER_H_
|
| +#endif // REMOTING_IOS_APP_CLIENT_CONNECTION_VIEW_CONTROLLER_H_
|
|
|