mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix compilation waring on Mac
This commit is contained in:
committed by
Kevin Sawicki
parent
1ed8743da8
commit
e0c021bfef
@@ -21,8 +21,10 @@ class AtomContentUtilityClient : public content::ContentUtilityClient {
|
||||
~AtomContentUtilityClient() override;
|
||||
|
||||
private:
|
||||
#if defined(OS_WIN)
|
||||
typedef ScopedVector<UtilityMessageHandler> Handlers;
|
||||
Handlers handlers_;
|
||||
#endif
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(AtomContentUtilityClient);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user