| Index: base/mac/os_crash_dumps.h
|
| ===================================================================
|
| --- base/mac/os_crash_dumps.h (revision 95578)
|
| +++ base/mac/os_crash_dumps.h (working copy)
|
| @@ -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 @@
|
| // 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
|
|
|