| Index: ios/web/webui/url_data_source_ios_impl.h
|
| diff --git a/ios/web/webui/url_data_source_ios_impl.h b/ios/web/webui/url_data_source_ios_impl.h
|
| index bb9b2b11bfdc0db03c08f705da24f0b76f71b4ba..4420489ec451fcdd3266b37e46963c3e56b91e35 100644
|
| --- a/ios/web/webui/url_data_source_ios_impl.h
|
| +++ b/ios/web/webui/url_data_source_ios_impl.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_INTERNAL_WEB_WEBUI_URL_DATA_SOURCE_IMPL_IOS_H_
|
| -#define IOS_INTERNAL_WEB_WEBUI_URL_DATA_SOURCE_IMPL_IOS_H_
|
| +#ifndef IOS_WEB_WEBUI_URL_DATA_SOURCE_IOS_IMPL_H_
|
| +#define IOS_WEB_WEBUI_URL_DATA_SOURCE_IOS_IMPL_H_
|
|
|
| #include <memory>
|
|
|
| @@ -97,4 +97,4 @@ class URLDataSourceIOSImpl
|
|
|
| } // namespace web
|
|
|
| -#endif // IOS_INTERNAL_WEB_WEBUI_URL_DATA_SOURCE_IMPL_IOS_H_
|
| +#endif // IOS_WEB_WEBUI_URL_DATA_SOURCE_IOS_IMPL_H_
|
|
|