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

Unified Diff: ios/web/public/load_committed_details.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/favicon_url.h ('k') | ios/web/public/test/mock_image_data_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/load_committed_details.h
diff --git a/ios/web/public/load_committed_details.h b/ios/web/public/load_committed_details.h
index bb9a3c175afdaa6ac5c4c25fb1063c121ff2593c..81dc914cca04a8b04208c68ef5b8a099d6d0edb5 100644
--- a/ios/web/public/load_committed_details.h
+++ b/ios/web/public/load_committed_details.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_WEB_LOAD_COMMITTED_DETAILS_H_
-#define IOS_WEB_PUBLIC_WEB_LOAD_COMMITTED_DETAILS_H_
+#ifndef IOS_WEB_PUBLIC_LOAD_COMMITTED_DETAILS_H_
+#define IOS_WEB_PUBLIC_LOAD_COMMITTED_DETAILS_H_
#include "url/gurl.h"
@@ -32,4 +32,4 @@ struct LoadCommittedDetails {
} // namespace web
-#endif // IOS_WEB_PUBLIC_WEB_LOAD_COMMITTED_DETAILS_H_
+#endif // IOS_WEB_PUBLIC_LOAD_COMMITTED_DETAILS_H_
« no previous file with comments | « ios/web/public/favicon_url.h ('k') | ios/web/public/test/mock_image_data_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698