Remove lint from inspectable_web_contents_view_views.h/cc
This commit is contained in:
parent
4625159310
commit
e19eef025d
2 changed files with 9 additions and 11 deletions
|
@ -1,10 +1,9 @@
|
||||||
#include "browser/views/inspectable_web_contents_view_views.h"
|
#include "brightray/browser/views/inspectable_web_contents_view_views.h"
|
||||||
|
|
||||||
#include "browser/inspectable_web_contents_delegate.h"
|
|
||||||
#include "browser/inspectable_web_contents_impl.h"
|
|
||||||
#include "browser/inspectable_web_contents_view_delegate.h"
|
|
||||||
|
|
||||||
#include "base/strings/utf_string_conversions.h"
|
#include "base/strings/utf_string_conversions.h"
|
||||||
|
#include "brightray/browser/inspectable_web_contents_delegate.h"
|
||||||
|
#include "brightray/browser/inspectable_web_contents_impl.h"
|
||||||
|
#include "brightray/browser/inspectable_web_contents_view_delegate.h"
|
||||||
#include "ui/views/controls/label.h"
|
#include "ui/views/controls/label.h"
|
||||||
#include "ui/views/controls/webview/webview.h"
|
#include "ui/views/controls/webview/webview.h"
|
||||||
#include "ui/views/widget/widget.h"
|
#include "ui/views/widget/widget.h"
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
#ifndef BROWSER_VIEWS_INSPECTABLE_WEB_CONTENTS_VIEW_VIEWS_H_
|
#ifndef BRIGHTRAY_BROWSER_VIEWS_INSPECTABLE_WEB_CONTENTS_VIEW_VIEWS_H_
|
||||||
#define BROWSER_VIEWS_INSPECTABLE_WEB_CONTENTS_VIEW_VIEWS_H_
|
#define BRIGHTRAY_BROWSER_VIEWS_INSPECTABLE_WEB_CONTENTS_VIEW_VIEWS_H_
|
||||||
|
|
||||||
#include "browser/devtools_contents_resizing_strategy.h"
|
|
||||||
#include "browser/inspectable_web_contents_view.h"
|
|
||||||
|
|
||||||
#include "base/compiler_specific.h"
|
#include "base/compiler_specific.h"
|
||||||
|
#include "brightray/browser/devtools_contents_resizing_strategy.h"
|
||||||
|
#include "brightray/browser/inspectable_web_contents_view.h"
|
||||||
#include "ui/views/view.h"
|
#include "ui/views/view.h"
|
||||||
|
|
||||||
namespace views {
|
namespace views {
|
||||||
|
@ -64,4 +63,4 @@ class InspectableWebContentsViewViews : public InspectableWebContentsView,
|
||||||
|
|
||||||
} // namespace brightray
|
} // namespace brightray
|
||||||
|
|
||||||
#endif // BROWSER_VIEWS_INSPECTABLE_WEB_CONTENTS_VIEW_VIEWS_H_
|
#endif // BRIGHTRAY_BROWSER_VIEWS_INSPECTABLE_WEB_CONTENTS_VIEW_VIEWS_H_
|
||||||
|
|
Loading…
Reference in a new issue