| Index: components/webdata/common/webdata_constants.h
|
| diff --git a/components/webdata/common/webdata_constants.h b/components/webdata/common/webdata_constants.h
|
| index 3a5d26e771310b3e9e8d42cac313f8664de642db..0aeb1f704789a27e65dd8222f2d0df60deb4a6ec 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_
|
|
|