Skip to content

Commit

Permalink
Move nsalert_synchronous_sheet to browser/ui.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Aug 13, 2013
1 parent 97bf979 commit d2f1a03
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions atom.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion browser/ui/message_box_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit d2f1a03

Please sign in to comment.