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

Unified Diff: ios/web/public/crw_browsing_data_store_delegate.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.h ('k') | ios/web/public/favicon_url.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/crw_browsing_data_store_delegate.h
diff --git a/ios/web/public/crw_browsing_data_store_delegate.h b/ios/web/public/crw_browsing_data_store_delegate.h
index 63fa964919d3a4fc46c46b0db01bc7b010d55e63..8686790b54d01cd22e87165d9a48aa3e56cf59c3 100644
--- a/ios/web/public/crw_browsing_data_store_delegate.h
+++ b/ios/web/public/crw_browsing_data_store_delegate.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_CRW_BROWSING_DATA_STORE_DELEGATE_H_
-#define IOS_WEB_CRW_BROWSING_DATA_STORE_DELEGATE_H_
+#ifndef IOS_WEB_PUBLIC_CRW_BROWSING_DATA_STORE_DELEGATE_H_
+#define IOS_WEB_PUBLIC_CRW_BROWSING_DATA_STORE_DELEGATE_H_
#import <Foundation/Foundation.h>
@@ -50,4 +50,4 @@ typedef NS_ENUM(NSUInteger, BrowsingDataStoreMakeInactivePolicy) {
@end
-#endif // IOS_WEB_CRW_BROWSING_DATA_STORE_DELEGATE_H_
+#endif // IOS_WEB_PUBLIC_CRW_BROWSING_DATA_STORE_DELEGATE_H_
« no previous file with comments | « ios/web/public/crw_browsing_data_store.h ('k') | ios/web/public/favicon_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698