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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 52 additions and 172 deletions

View file

@ -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 {

View file

@ -3,7 +3,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE-CHROMIUM file.
#import "shell/common/mac/main_application_bundle.h"
#include "shell/common/mac/main_application_bundle.h"
#include "base/apple/bundle_locations.h"
#include "base/files/file_path.h"