Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index 4a0000c9419df0331b18cf569c7da7f470fd8b64..19d4a0d18e8521badeb9cc370fba2c278bc63bcb 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -137,6 +137,8 @@ const base::FilePath::CharType kSystemProfileDir[] = FPL("System Profile"); |
const wchar_t kBrowserResourcesDll[] = L"chrome.dll"; |
// filenames |
+const base::FilePath::CharType kAffiliationDatabaseFileName[] = |
+ FPL("Affiliation Database"); |
const base::FilePath::CharType kCacheDirname[] = FPL("Cache"); |
const base::FilePath::CharType kChannelIDFilename[] = FPL("Origin Bound Certs"); |
const base::FilePath::CharType kCookieFilename[] = FPL("Cookies"); |