refactor: replace includes for atom with shell
This commit is contained in:
parent
d7f07e8a80
commit
2160c1fcc9
458 changed files with 2031 additions and 2031 deletions
|
@ -5,7 +5,7 @@
|
|||
#ifndef ATOM_BROWSER_NATIVE_WINDOW_VIEWS_H_
|
||||
#define ATOM_BROWSER_NATIVE_WINDOW_VIEWS_H_
|
||||
|
||||
#include "atom/browser/native_window.h"
|
||||
#include "shell/browser/native_window.h"
|
||||
|
||||
#include <memory>
|
||||
#include <set>
|
||||
|
@ -15,8 +15,8 @@
|
|||
#include "ui/views/widget/widget_observer.h"
|
||||
|
||||
#if defined(OS_WIN)
|
||||
#include "atom/browser/ui/win/taskbar_host.h"
|
||||
#include "base/win/scoped_gdi_object.h"
|
||||
#include "shell/browser/ui/win/taskbar_host.h"
|
||||
#endif
|
||||
|
||||
namespace views {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue