| Index: ios/web/public/favicon_url.h
|
| diff --git a/ios/web/public/favicon_url.h b/ios/web/public/favicon_url.h
|
| index 765c292e07a16eff11935189042c3952aee79fc0..409f32969949b6a06a2314dca6ce91a99e032c2c 100644
|
| --- a/ios/web/public/favicon_url.h
|
| +++ b/ios/web/public/favicon_url.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_WEB_PUBLIC_FAVICON_URL_
|
| -#define IOS_WEB_PUBLIC_FAVICON_URL_
|
| +#ifndef IOS_WEB_PUBLIC_FAVICON_URL_H_
|
| +#define IOS_WEB_PUBLIC_FAVICON_URL_H_
|
|
|
| #include <vector>
|
|
|
| @@ -42,4 +42,4 @@ struct FaviconURL {
|
|
|
| } // namespace web
|
|
|
| -#endif // IOS_WEB_PUBLIC_FAVICON_URL_
|
| +#endif // IOS_WEB_PUBLIC_FAVICON_URL_H_
|
|
|