Skip to content

Commit

Permalink
chore: reland “fix ambiguous reference gcc compile error” (#36544)
Browse files Browse the repository at this point in the history
This is a reland of #35714. The broken code got reintroduced in #35310 due to a mismerge.
  • Loading branch information
brjsp committed Dec 13, 2022
1 parent 6a798b1 commit 1432f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell/browser/serial/electron_serial_delegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class ElectronSerialDelegate : public content::SerialDelegate,
device::mojom::SerialPortManager* GetPortManager(
content::RenderFrameHost* frame) override;
void AddObserver(content::RenderFrameHost* frame,
Observer* observer) override;
content::SerialDelegate::Observer* observer) override;
void RemoveObserver(content::RenderFrameHost* frame,
Observer* observer) override;
content::SerialDelegate::Observer* observer) override;

void DeleteControllerForFrame(content::RenderFrameHost* render_frame_host);

Expand Down

0 comments on commit 1432f9b

Please sign in to comment.