| 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_
|
|
|