'browser/crash_reporter.h',
'browser/crash_reporter_mac.mm',
'browser/crash_reporter_win.cc',
- 'browser/file_dialog.h',
- 'browser/file_dialog_mac.mm',
- 'browser/file_dialog_win.cc',
- 'browser/message_box.h',
- 'browser/message_box_mac.mm',
- 'browser/message_box_win.cc',
'browser/native_window.cc',
'browser/native_window.h',
'browser/native_window_mac.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/window_list.cc',
'browser/window_list.h',
'browser/window_list_observer.h',
#include "base/utf_string_conversions.h"
#include "base/values.h"
#include "browser/api/atom_api_window.h"
-#include "browser/file_dialog.h"
-#include "browser/message_box.h"
#include "browser/native_window.h"
+#include "browser/ui/file_dialog.h"
+#include "browser/ui/message_box.h"
namespace atom {
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BROWSER_FILE_DIALOG_H_
-#define BROWSER_FILE_DIALOG_H_
+#ifndef BROWSER_UI_FILE_DIALOG_H_
+#define BROWSER_UI_FILE_DIALOG_H_
#include <string>
#include <vector>
} // namespace file_dialog
-#endif // BROWSER_FILE_DIALOG_H_
+#endif // BROWSER_UI_FILE_DIALOG_H_
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "browser/file_dialog.h"
+#include "browser/ui/file_dialog.h"
#import <Cocoa/Cocoa.h>
#include <CoreServices/CoreServices.h>
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "browser/file_dialog.h"
+#include "browser/ui/file_dialog.h"
#include <windows.h>
#include <commdlg.h>
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BROWSER_MESSAGE_BOX_H_
-#define BROWSER_MESSAGE_BOX_H_
+#ifndef BROWSER_UI_MESSAGE_BOX_H_
+#define BROWSER_UI_MESSAGE_BOX_H_
#include <string>
#include <vector>
} // namespace atom
-#endif // BROWSER_MESSAGE_BOX_H_
+#endif // BROWSER_UI_MESSAGE_BOX_H_
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "browser/message_box.h"
+#include "browser/ui/message_box.h"
#import <Cocoa/Cocoa.h>
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "browser/message_box.h"
+#include "browser/ui/message_box.h"
#include "base/message_loop.h"
#include "base/run_loop.h"