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