| Index: base/at_exit.h
|
| ===================================================================
|
| --- base/at_exit.h (revision 78949)
|
| +++ base/at_exit.h (working copy)
|
| @@ -8,6 +8,7 @@
|
|
|
| #include <stack>
|
|
|
| +#include "base/base_api.h"
|
| #include "base/basictypes.h"
|
| #include "base/synchronization/lock.h"
|
|
|
| @@ -27,7 +28,7 @@
|
| // When the exit_manager object goes out of scope, all the registered
|
| // callbacks and singleton destructors will be called.
|
|
|
| -class AtExitManager {
|
| +class BASE_API AtExitManager {
|
| public:
|
| typedef void (*AtExitCallbackType)(void*);
|
|
|
|
|