chore: cleanup arc migration helpers (#39606)
This commit is contained in:
parent
ddc7e3ebb3
commit
522bba3dc6
25 changed files with 52 additions and 172 deletions
|
@ -2,13 +2,13 @@
|
|||
// Use of this source code is governed by the MIT license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#import "shell/common/application_info.h"
|
||||
#include "shell/common/application_info.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#import "base/mac/foundation_util.h"
|
||||
#import "base/strings/sys_string_conversions.h"
|
||||
#import "shell/common/mac/main_application_bundle.h"
|
||||
#include "base/mac/foundation_util.h"
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "shell/common/mac/main_application_bundle.h"
|
||||
|
||||
namespace electron {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue