Move nsalert_synchronous_sheet to browser/ui.
This commit is contained in:
parent
97bf979b22
commit
d2f1a03b51
4 changed files with 5 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "base/strings/sys_string_conversions.h"
|
||||
#include "browser/native_window.h"
|
||||
#include "browser/nsalert_synchronous_sheet.h"
|
||||
#include "browser/ui/nsalert_synchronous_sheet_mac.h"
|
||||
|
||||
namespace atom {
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#import "browser/nsalert_synchronous_sheet.h"
|
||||
#import "browser/ui/nsalert_synchronous_sheet_mac.h"
|
||||
|
||||
// Private methods -- use prefixes to avoid collisions with Apple's methods
|
||||
@interface NSAlert (SynchronousSheetPrivate)
|
Loading…
Add table
Add a link
Reference in a new issue