| Index: base/native_library.h
|
| diff --git a/base/native_library.h b/base/native_library.h
|
| index 891f35bd540a07c5049417ba37e4e2e20ded9df7..9353b1ff95ac0bd65bab111307c20211aae5bd8f 100644
|
| --- a/base/native_library.h
|
| +++ b/base/native_library.h
|
| @@ -9,6 +9,7 @@
|
| // a loadable module.
|
|
|
| #include "base/base_export.h"
|
| +#include "base/compiler_specific.h"
|
| #include "build/build_config.h"
|
|
|
| #if defined(OS_WIN)
|
| @@ -19,13 +20,6 @@
|
|
|
| #include "base/strings/string16.h"
|
|
|
| -// Macro useful for writing cross-platform function pointers.
|
| -#if defined(OS_WIN) && !defined(CDECL)
|
| -#define CDECL __cdecl
|
| -#else
|
| -#define CDECL
|
| -#endif
|
| -
|
| namespace base {
|
|
|
| class FilePath;
|
|
|