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

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

Issue 2610923005: Replace ObjCPropertyReleaser with ReleaseProperties() project-wide. (Closed)
Patch Set: Yank unrelated changes. Created 3 years, 10 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 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

Powered by Google App Engine
This is Rietveld 408576698