| Index: ios/chrome/browser/ui/bookmarks/bookmark_position_cache.mm
|
| diff --git a/ios/chrome/browser/ui/bookmarks/bookmark_position_cache.mm b/ios/chrome/browser/ui/bookmarks/bookmark_position_cache.mm
|
| index 7d5e7f1f524c8b6ee707f883c0e8e6626abf686d..92e367642f32e37a433314280cd8c5bc055e9d9f 100644
|
| --- a/ios/chrome/browser/ui/bookmarks/bookmark_position_cache.mm
|
| +++ b/ios/chrome/browser/ui/bookmarks/bookmark_position_cache.mm
|
| @@ -7,7 +7,7 @@
|
| #include <stdint.h>
|
|
|
| #include "base/logging.h"
|
| -#include "base/mac/objc_property_releaser.h"
|
| +#include "base/mac/objc_release_properties.h"
|
|
|
| namespace {
|
| // The current version of the cached position. This number should be incremented
|
|
|