1 weak_ptr_factory.cpp:35:38: warning: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition.
2 base::WeakPtrFactory<FactoryFirst> factory_;
4 weak_ptr_factory.cpp:41:39: warning: [chromium-style] WeakPtrFactory members which refer to their outer class must be the last member in the outer class definition.
5 base::WeakPtrFactory<FactoryMiddle> factory_;