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

Unified Diff: ios/public/provider/chrome/browser/user_feedback/BUILD.gn

Issue 2668893005: [ObjC ARC] Converts ios/public/provider/chrome/browser/user_feedback:user_feedback to ARC. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/user_feedback/user_feedback_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/user_feedback/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/user_feedback/BUILD.gn b/ios/public/provider/chrome/browser/user_feedback/BUILD.gn
index efd22991a8f24bf5b846c992e132d32bc6ae20f7..31210860916c34bfc14ebbc241f026d54c97fd48 100644
--- a/ios/public/provider/chrome/browser/user_feedback/BUILD.gn
+++ b/ios/public/provider/chrome/browser/user_feedback/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("user_feedback") {
+ configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"user_feedback_provider.h",
"user_feedback_provider.mm",
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/user_feedback/user_feedback_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698