Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: ios/chrome/browser/ui/bookmarks/bookmark_position_cache.mm

Issue 2610923005: Replace ObjCPropertyReleaser with ReleaseProperties() project-wide. (Closed)
Patch Set: weak -> assign Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698