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