| Index: chromeos/chromeos_constants.h
 | 
| diff --git a/chromeos/chromeos_constants.h b/chromeos/chromeos_constants.h
 | 
| index 938ac84fac916211d65f4ef5b02e7d3d6176b4f0..de1f1422a3989e65f657b6b2a4a2049392d8c9be 100644
 | 
| --- a/chromeos/chromeos_constants.h
 | 
| +++ b/chromeos/chromeos_constants.h
 | 
| @@ -14,6 +14,7 @@ namespace chromeos {
 | 
|  
 | 
|  CHROMEOS_EXPORT extern const base::FilePath::CharType kDriveCacheDirname[];
 | 
|  CHROMEOS_EXPORT extern const base::FilePath::CharType kNssCertDbPath[];
 | 
| +CHROMEOS_EXPORT extern const base::FilePath::CharType kNssDirPath[];
 | 
|  CHROMEOS_EXPORT extern const base::FilePath::CharType kNssKeyDbPath[];
 | 
|  
 | 
|  }  // namespace chromeos
 | 
| 
 |