diff options
Diffstat (limited to 'base/mac/os_crash_dumps.h')
-rw-r--r-- | base/mac/os_crash_dumps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/mac/os_crash_dumps.h b/base/mac/os_crash_dumps.h index 6e74365..31d90fb 100644 --- a/base/mac/os_crash_dumps.h +++ b/base/mac/os_crash_dumps.h @@ -5,7 +5,7 @@ #ifndef BASE_MAC_OS_CRASH_DUMPS_H_ #define BASE_MAC_OS_CRASH_DUMPS_H_ -#include "base/base_api.h" +#include "base/base_export.h" namespace base { namespace mac { @@ -14,7 +14,7 @@ namespace mac { // process a Chrome crash when debugging symbols are available. This // translates into a long wait until the process actually dies. This call // disables Apple Crash Reporter entirely. -BASE_API void DisableOSCrashDumps(); +BASE_EXPORT void DisableOSCrashDumps(); } // namespace mac } // namespace base |