| Index: content/public/common/favicon_url.h
|
| diff --git a/content/public/common/favicon_url.h b/content/public/common/favicon_url.h
|
| index 141925b099b07e7cdec788fac3b614db82761f40..43770c2b86b63728dfb0d6d65d6e7c345076e73b 100644
|
| --- a/content/public/common/favicon_url.h
|
| +++ b/content/public/common/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 CONTENT_PUBLIC_COMMON_FAVICON_URL_
|
| -#define CONTENT_PUBLIC_COMMON_FAVICON_URL_
|
| +#ifndef CONTENT_PUBLIC_COMMON_FAVICON_URL_H_
|
| +#define CONTENT_PUBLIC_COMMON_FAVICON_URL_H_
|
|
|
| #include <vector>
|
|
|
| @@ -42,4 +42,4 @@ struct CONTENT_EXPORT FaviconURL {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_PUBLIC_COMMON_FAVICON_URL_
|
| +#endif // CONTENT_PUBLIC_COMMON_FAVICON_URL_H_
|
|
|