Chromium Code Reviews| 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 51fdd984947bca708c8769efe112f4ecde131e14..83be458400c7be79c1d8aad55c25d9051ca45062 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" |
|
sdefresne
2017/02/14 16:34:26
Remove.
Sidney San Martín
2017/02/14 21:38:15
Done.
|
| namespace { |
| // The current version of the cached position. This number should be incremented |