Skip to content

Commit

Permalink
fix: building with printing disabled (#34153)
Browse files Browse the repository at this point in the history
  • Loading branch information
miniak committed May 10, 2022
1 parent a0c4f8f commit 6f46787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions shell/browser/electron_api_ipc_handler_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
#include "base/memory/weak_ptr.h"
#include "content/public/browser/web_contents_observer.h"
#include "electron/shell/common/api/api.mojom.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/associated_receiver.h"
#include "shell/browser/api/electron_api_web_contents.h"

namespace content {
Expand Down
1 change: 1 addition & 0 deletions shell/browser/electron_web_contents_utility_handler_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "base/memory/weak_ptr.h"
#include "content/public/browser/web_contents_observer.h"
#include "electron/shell/common/api/api.mojom.h"
#include "mojo/public/cpp/bindings/associated_receiver.h"
#include "shell/browser/api/electron_api_web_contents.h"

namespace content {
Expand Down

0 comments on commit 6f46787

Please sign in to comment.