OLD | NEW |
1 weak_ptr_factory.cpp:35:38: warning: [chromium-style] WeakPtrFactory members whi
ch refer to their outer class must be the last member in the outer class definit
ion. | 1 weak_ptr_factory.cpp:43:38: warning: [chromium-style] WeakPtrFactory members whi
ch refer to their outer class must be the last member in the outer class definit
ion. |
2 base::WeakPtrFactory<FactoryFirst> factory_; | 2 base::WeakPtrFactory<FactoryFirst> factory_; |
3 ^ | 3 ^ |
4 weak_ptr_factory.cpp:41:39: warning: [chromium-style] WeakPtrFactory members whi
ch refer to their outer class must be the last member in the outer class definit
ion. | 4 weak_ptr_factory.cpp:49:39: warning: [chromium-style] WeakPtrFactory members whi
ch refer to their outer class must be the last member in the outer class definit
ion. |
5 base::WeakPtrFactory<FactoryMiddle> factory_; | 5 base::WeakPtrFactory<FactoryMiddle> factory_; |
6 ^ | 6 ^ |
7 2 warnings generated. | 7 weak_ptr_factory.cpp:55:44: warning: [chromium-style] WeakPtrFactory members whi
ch refer to their outer class must be the last member in the outer class definit
ion. |
| 8 base::WeakPtrFactory<TwoFactoriesOneBad> factory1_; |
| 9 ^ |
| 10 3 warnings generated. |
OLD | NEW |