chore: clean up forward declarations (#29904)

This commit is contained in:
David Sanders 2021-07-01 17:51:37 -07:00 committed by GitHub
parent 1f8a46c9c6
commit f6531166ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
78 changed files with 133 additions and 109 deletions

View file

@ -9,15 +9,12 @@
#include "content/public/renderer/render_frame_observer.h"
#include "ipc/ipc_platform_file.h"
#include "shell/renderer/renderer_client_base.h"
#include "third_party/blink/public/web/web_local_frame.h"
namespace base {
class ListValue;
}
namespace electron {
class RendererClientBase;
// Helper class to forward the messages to the client.
class ElectronRenderFrameObserver : public content::RenderFrameObserver {
public: