refactor: rename InspectableWebContents{Impl =>} (#24543)

This commit is contained in:
Jeremy Rose 2020-07-15 11:27:42 -07:00 committed by GitHub
parent eb550c57d3
commit e4180b3a3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1274 additions and 1370 deletions

View file

@ -6,7 +6,7 @@
#include "content/public/browser/render_widget_host_view.h"
#include "shell/browser/ui/cocoa/event_dispatching_window.h"
#include "shell/browser/ui/inspectable_web_contents_impl.h"
#include "shell/browser/ui/inspectable_web_contents.h"
#include "shell/browser/ui/inspectable_web_contents_view_delegate.h"
#include "shell/browser/ui/inspectable_web_contents_view_mac.h"
#include "ui/gfx/mac/scoped_cocoa_disable_screen_updates.h"