chore: cleanup arc migration helpers (#39606)

This commit is contained in:
Shelley Vohr
2023-08-23 15:54:21 +02:00
committed by GitHub
parent ddc7e3ebb3
commit 522bba3dc6
25 changed files with 52 additions and 172 deletions

View File

@@ -36,10 +36,6 @@
#include "ui/gfx/image/image.h"
#include "url/gurl.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
namespace electron {
namespace {