| Index: ios/chrome/browser/web_state_list/web_state_list_serialization.h
|
| diff --git a/ios/shared/chrome/browser/tabs/web_state_list_serialization.h b/ios/chrome/browser/web_state_list/web_state_list_serialization.h
|
| similarity index 81%
|
| rename from ios/shared/chrome/browser/tabs/web_state_list_serialization.h
|
| rename to ios/chrome/browser/web_state_list/web_state_list_serialization.h
|
| index 63df918c881a499dc1670b2801b48dbcce6ab08d..a6d18fecc0cb48422e4a90af604e5753041d114e 100644
|
| --- a/ios/shared/chrome/browser/tabs/web_state_list_serialization.h
|
| +++ b/ios/chrome/browser/web_state_list/web_state_list_serialization.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_SHARED_CHROME_BROWSER_TABS_WEB_STATE_LIST_SERIALIZATION_H_
|
| -#define IOS_SHARED_CHROME_BROWSER_TABS_WEB_STATE_LIST_SERIALIZATION_H_
|
| +#ifndef IOS_CHROME_BROWSER_WEB_STATE_LIST_WEB_STATE_LIST_SERIALIZATION_H_
|
| +#define IOS_CHROME_BROWSER_WEB_STATE_LIST_WEB_STATE_LIST_SERIALIZATION_H_
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| @@ -32,4 +32,4 @@ void DeserializeWebStateList(WebStateList* web_state_list,
|
| NSArray<CRWSessionStorage*>* sessions,
|
| const WebStateFactory& web_state_factory);
|
|
|
| -#endif // IOS_SHARED_CHROME_BROWSER_TABS_WEB_STATE_LIST_SERIALIZATION_H_
|
| +#endif // IOS_CHROME_BROWSER_WEB_STATE_LIST_WEB_STATE_LIST_SERIALIZATION_H_
|
|
|