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

Unified Diff: ios/web/public/crw_browsing_data_store.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
Index: ios/web/public/crw_browsing_data_store.h
diff --git a/ios/web/public/crw_browsing_data_store.h b/ios/web/public/crw_browsing_data_store.h
index 529d7e52ba8b0e422a5d78ed7d2c11cb0b5da911..5dab2760a8de9c80bfa4e0628a7766f90eaa7150 100644
--- a/ios/web/public/crw_browsing_data_store.h
+++ b/ios/web/public/crw_browsing_data_store.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_H_
-#define IOS_WEB_CRW_BROWSING_DATA_STORE_H_
+#ifndef IOS_WEB_PUBLIC_CRW_BROWSING_DATA_STORE_H_
+#define IOS_WEB_PUBLIC_CRW_BROWSING_DATA_STORE_H_
#import <Foundation/Foundation.h>
@@ -94,4 +94,4 @@ typedef NS_ENUM(NSUInteger, BrowsingDataStoreMode) {
@end
-#endif // IOS_WEB_CRW_BROWSING_DATA_STORE_H_
+#endif // IOS_WEB_PUBLIC_CRW_BROWSING_DATA_STORE_H_
« no previous file with comments | « ios/public/provider/chrome/browser/voice/voice_search_controller.h ('k') | ios/web/public/crw_browsing_data_store_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698