Chromium Code Reviews| Index: base/at_exit.h |
| diff --git a/base/at_exit.h b/base/at_exit.h |
| index 06214d160ab4be7a711fd12c92a3f19a1a7113c2..b5bedbafbe62db7fe0da1c9be03260e9ab3f58b6 100644 |
| --- a/base/at_exit.h |
| +++ b/base/at_exit.h |
| @@ -69,7 +69,7 @@ class BASE_API AtExitManager { |
| }; |
| #if defined(UNIT_TEST) |
| -class ShadowingAtExitManager : public AtExitManager { |
| +class BASE_API ShadowingAtExitManager : public AtExitManager { |
|
rvargas (doing something else)
2011/04/28 23:29:44
Why is this needed? There is no implementation out
Evan Martin
2011/04/28 23:39:40
Fixed.
|
| public: |
| ShadowingAtExitManager() : AtExitManager(true) {} |
| }; |