| Index: ios/web/web_state/global_web_state_event_tracker.mm
|
| diff --git a/ios/web/web_state/global_web_state_event_tracker.mm b/ios/web/web_state/global_web_state_event_tracker.mm
|
| index 49ed9f9aa723f510787156c1cad00494152825d9..0587e1dffb54f572116e30379b76fd20d6435d87 100644
|
| --- a/ios/web/web_state/global_web_state_event_tracker.mm
|
| +++ b/ios/web/web_state/global_web_state_event_tracker.mm
|
| @@ -9,7 +9,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| #include "ios/web/public/web_state/web_state_observer.h"
|
| -#include "ios/web/public/web_state/web_state_user_data.h"
|
| +#import "ios/web/public/web_state/web_state_user_data.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| #error "This file requires ARC support."
|
|
|