| Index: ios/web/public/webui/web_ui_ios_controller_factory.h
|
| diff --git a/ios/public/provider/web/web_ui_ios_controller_factory.h b/ios/web/public/webui/web_ui_ios_controller_factory.h
|
| similarity index 76%
|
| copy from ios/public/provider/web/web_ui_ios_controller_factory.h
|
| copy to ios/web/public/webui/web_ui_ios_controller_factory.h
|
| index 1be15fa33a384c2685ea9440e435a4ae4b73016b..142b70714dd9befd83249018369fe308ae0c3f22 100644
|
| --- a/ios/public/provider/web/web_ui_ios_controller_factory.h
|
| +++ b/ios/web/public/webui/web_ui_ios_controller_factory.h
|
| @@ -2,10 +2,10 @@
|
| // 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_FACTORY_H_
|
| -#define IOS_PUBLIC_PROVIDER_WEB_WEB_UI_IOS_CONTROLLER_FACTORY_H_
|
| +#ifndef IOS_WEB_PUBLIC_WEBUI_WEB_UI_IOS_CONTROLLER_FACTORY_H_
|
| +#define IOS_WEB_PUBLIC_WEBUI_WEB_UI_IOS_CONTROLLER_FACTORY_H_
|
|
|
| -#include "ios/public/provider/web/web_ui_ios.h"
|
| +#include "ios/web/public/webui/web_ui_ios.h"
|
|
|
| class GURL;
|
|
|
| @@ -31,4 +31,4 @@ class WebUIIOSControllerFactory {
|
|
|
| } // namespace web
|
|
|
| -#endif // IOS_PUBLIC_PROVIDER_WEB_WEB_UI_IOS_CONTROLLER_FACTORY_H_
|
| +#endif // IOS_WEB_PUBLIC_WEBUI_WEB_UI_IOS_CONTROLLER_FACTORY_H_
|
|
|