mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
Fix cpplint errors in inspectable_web_contents_view.h
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#ifndef BRIGHTRAY_BROWSER_INSPECTABLE_WEB_CONTENTS_VIEW_H_
|
||||
#define BRIGHTRAY_BROWSER_INSPECTABLE_WEB_CONTENTS_VIEW_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "ui/gfx/native_widget_types.h"
|
||||
|
||||
namespace brightray {
|
||||
|
||||
class InspectableWebContentsView {
|
||||
public:
|
||||
public:
|
||||
virtual ~InspectableWebContentsView() {}
|
||||
|
||||
virtual gfx::NativeView GetNativeView() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user