mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
lint fix
This commit is contained in:
committed by
Cheng Zhao
parent
45d16d5add
commit
35dc6d03b9
@@ -357,7 +357,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
||||
void DevToolsFocused() override;
|
||||
void DevToolsOpened() override;
|
||||
void DevToolsClosed() override;
|
||||
|
||||
|
||||
void ShowAutofillPopup(
|
||||
content::RenderFrameHost* frame_host,
|
||||
const gfx::RectF& bounds,
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "atom/browser/native_window_observer.h"
|
||||
#include "atom/browser/api/atom_api_web_contents.h"
|
||||
#include "atom/browser/native_window_observer.h"
|
||||
#include "atom/browser/ui/accelerator_util.h"
|
||||
#include "atom/browser/ui/atom_menu_model.h"
|
||||
#include "base/cancelable_callback.h"
|
||||
|
||||
Reference in New Issue
Block a user