| Index: ios/web/public/webui/web_ui_ios_controller.h
|
| diff --git a/ios/public/provider/web/web_ui_ios_controller.h b/ios/web/public/webui/web_ui_ios_controller.h
|
| similarity index 85%
|
| copy from ios/public/provider/web/web_ui_ios_controller.h
|
| copy to ios/web/public/webui/web_ui_ios_controller.h
|
| index a053132a5c008b9a86397b71ed836ec8f5ff3475..a88396567e411fc6701a6227950b7df9041bfa9d 100644
|
| --- a/ios/public/provider/web/web_ui_ios_controller.h
|
| +++ b/ios/web/public/webui/web_ui_ios_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 IOS_PUBLIC_PROVIDER_WEB_WEB_UI_IOS_CONTROLLER_H_
|
| -#define IOS_PUBLIC_PROVIDER_WEB_WEB_UI_IOS_CONTROLLER_H_
|
| +#ifndef IOS_WEB_PUBLIC_WEBUI_WEB_UI_IOS_CONTROLLER_H_
|
| +#define IOS_WEB_PUBLIC_WEBUI_WEB_UI_IOS_CONTROLLER_H_
|
|
|
| #include "base/strings/string16.h"
|
|
|
| @@ -38,4 +38,4 @@ class WebUIIOSController {
|
|
|
| } // namespace web
|
|
|
| -#endif // IOS_PUBLIC_PROVIDER_WEB_WEB_UI_IOS_CONTROLLER_H_
|
| +#endif // IOS_WEB_PUBLIC_WEBUI_WEB_UI_IOS_CONTROLLER_H_
|
|
|