Fix compilation waring on Mac

This commit is contained in:
Cheng Zhao 2017-02-01 13:56:34 +09:00 committed by Kevin Sawicki
parent 1ed8743da8
commit e0c021bfef

View file

@ -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);
};