Skip to content
Snippets Groups Projects
Commit 1a345e21 authored by Daniel Kocielinski's avatar Daniel Kocielinski
Browse files

fix: Lint error

parent 3d374783
No related merge requests found
......@@ -7,6 +7,7 @@
#define ELECTRON_SHELL_BROWSER_UI_INSPECTABLE_WEB_CONTENTS_VIEW_H_
#include <string>
#include <vector>
#include "shell/common/api/api.mojom.h"
#include "ui/gfx/native_widget_types.h"
......
......@@ -8,6 +8,8 @@
#include "shell/browser/ui/inspectable_web_contents_view.h"
#include <vector>
#include "base/mac/scoped_nsobject.h"
@class ElectronInspectableWebContentsView;
......
......@@ -8,6 +8,8 @@
#import <AppKit/AppKit.h>
#import <objc/runtime.h>
#include <vector>
#include "base/strings/sys_string_conversions.h"
#import "shell/browser/ui/cocoa/electron_inspectable_web_contents_view.h"
#include "shell/browser/ui/drag_util.h"
......
......@@ -7,6 +7,7 @@
#include <memory>
#include <utility>
#include <vector>
#include "base/strings/utf_string_conversions.h"
#include "shell/browser/ui/drag_util.h"
......
......@@ -6,6 +6,7 @@
#define ELECTRON_SHELL_BROWSER_UI_VIEWS_INSPECTABLE_WEB_CONTENTS_VIEW_VIEWS_H_
#include <memory>
#include <vector>
#include "base/compiler_specific.h"
#include "chrome/browser/devtools/devtools_contents_resizing_strategy.h"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment