Add an extension override bubble and warning box for proxy extensions. (2nd attempt...
[chromium-blink-merge.git] / tools / clang / plugins / tests / weak_ptr_factory.txt
blobf9c2c0a3117516fd6d9164c6e6463a01d31d4089
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_;
3                                      ^
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_;
6                                       ^
7 2 warnings generated.