mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: clean up forward declarations (#29904)
This commit is contained in:
@@ -26,7 +26,7 @@ namespace printing {
|
||||
class PrintJobManager;
|
||||
}
|
||||
|
||||
// Empty definition for std::unique_ptr
|
||||
// Empty definition for std::unique_ptr, rather than a forward declaration
|
||||
class BackgroundModeManager {};
|
||||
|
||||
// NOT THREAD SAFE, call only from the main thread.
|
||||
|
||||
Reference in New Issue
Block a user