Move nsalert_synchronous_sheet to browser/ui.

This commit is contained in:
Cheng Zhao 2013-08-13 17:00:30 +08:00
parent 97bf979b22
commit d2f1a03b51
4 changed files with 5 additions and 4 deletions

View file

@ -98,14 +98,14 @@
'browser/native_window_win.cc',
'browser/native_window_win.h',
'browser/native_window_observer.h',
'browser/nsalert_synchronous_sheet.h',
'browser/nsalert_synchronous_sheet.mm',
'browser/ui/file_dialog.h',
'browser/ui/file_dialog_mac.mm',
'browser/ui/file_dialog_win.cc',
'browser/ui/message_box.h',
'browser/ui/message_box_mac.mm',
'browser/ui/message_box_win.cc',
'browser/ui/nsalert_synchronous_sheet_mac.h',
'browser/ui/nsalert_synchronous_sheet_mac.mm',
'browser/window_list.cc',
'browser/window_list.h',
'browser/window_list_observer.h',

View file

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

View file

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