Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1972)

Unified Diff: content/public/common/favicon_url.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/dwrite_font_platform_win.h ('k') | content/public/common/geoposition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/public/common/dwrite_font_platform_win.h ('k') | content/public/common/geoposition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698