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

Unified Diff: ios/web/public/favicon_url.h

Issue 2562403003: Fix include guards of files in src/ios. (Closed)
Patch Set: Rebase on origin/master. Created 4 years 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 | « ios/web/public/crw_browsing_data_store_delegate.h ('k') | ios/web/public/load_committed_details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ios/web/public/crw_browsing_data_store_delegate.h ('k') | ios/web/public/load_committed_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698