diff options
Diffstat (limited to 'third_party/base/base_export.h')
-rw-r--r-- | third_party/base/base_export.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/base/base_export.h b/third_party/base/base_export.h new file mode 100644 index 0000000000..a0d6d9bb72 --- /dev/null +++ b/third_party/base/base_export.h @@ -0,0 +1,3 @@ +#ifndef BASE_EXPORT +#define BASE_EXPORT +#endif |