| Index: components/os_crypt/key_storage_linux.cc
|
| diff --git a/components/os_crypt/key_storage_linux.cc b/components/os_crypt/key_storage_linux.cc
|
| index fb25fe6279373aa2a7e0822b3b0843839f48c7cd..d7ae22dda5d0fd5265e5c9b778f36d0673a4c770 100644
|
| --- a/components/os_crypt/key_storage_linux.cc
|
| +++ b/components/os_crypt/key_storage_linux.cc
|
| @@ -18,7 +18,7 @@
|
| #include "components/os_crypt/key_storage_kwallet.h"
|
| #endif
|
|
|
| -#if defined(OFFICIAL_BUILD)
|
| +#if defined(GOOGLE_CHROME_BUILD)
|
| const char KeyStorageLinux::kFolderName[] = "Chrome Keys";
|
| const char KeyStorageLinux::kKey[] = "Chrome Safe Storage";
|
| #else
|
|
|