mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
refactor: replace includes for atom with shell
This commit is contained in:
committed by
Samuel Attard
parent
d7f07e8a80
commit
2160c1fcc9
@@ -2,12 +2,12 @@
|
||||
// Use of this source code is governed by the MIT license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#include "atom/browser/web_view_manager.h"
|
||||
#include "shell/browser/web_view_manager.h"
|
||||
|
||||
#include "atom/browser/atom_browser_context.h"
|
||||
#include "content/public/browser/render_frame_host.h"
|
||||
#include "content/public/browser/render_process_host.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "shell/browser/atom_browser_context.h"
|
||||
|
||||
namespace atom {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user