Fix compilation waring on Mac
This commit is contained in:
parent
1ed8743da8
commit
e0c021bfef
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue