diff options
Diffstat (limited to 'components/webdata/common/webdata_constants.h')
-rw-r--r-- | components/webdata/common/webdata_constants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/webdata/common/webdata_constants.h b/components/webdata/common/webdata_constants.h index 3a5d26e..0aeb1f7 100644 --- a/components/webdata/common/webdata_constants.h +++ b/components/webdata/common/webdata_constants.h @@ -6,7 +6,8 @@ #define COMPONENTS_WEBDATA_COMMON_WEBDATA_CONSTANTS_H_ #include "base/files/file_path.h" +#include "components/webdata/common/webdata_export.h" -extern const base::FilePath::CharType kWebDataFilename[]; +WEBDATA_EXPORT extern const base::FilePath::CharType kWebDataFilename[]; #endif // COMPONENTS_WEBDATA_COMMON_WEBDATA_CONSTANTS_H_ |