fix: lint Objective-C header files (#31923)

This commit is contained in:
Milan Burda 2021-11-22 01:36:32 +01:00 committed by GitHub
parent 98a5996b30
commit 7ff15038d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 9 deletions

View file

@ -2,6 +2,9 @@
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#ifndef SHELL_BROWSER_MAC_ELECTRON_APPLICATION_H_
#define SHELL_BROWSER_MAC_ELECTRON_APPLICATION_H_
#include "base/callback.h"
#include "base/mac/scoped_nsobject.h"
#include "base/mac/scoped_sending_event.h"
@ -45,3 +48,5 @@
withUserInfo:(NSDictionary*)userInfo;
@end
#endif // SHELL_BROWSER_MAC_ELECTRON_APPLICATION_H_