| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index cd038b14fd5dad2e6fa716d2e2143220fa9f436d..aa5c21bb84d7d186d6fd778a7a4959aa68d3dde3 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -48,7 +48,8 @@ extern const wchar_t kCrashReportLog[];
|
| extern const wchar_t kTestingInterfaceDLL[];
|
| extern const char kInitialProfile[];
|
| extern const char kMultiProfileDirPrefix[];
|
| -extern const base::FilePath::CharType kGuestProfileDir[];
|
| +extern const char kGuestProfileDir[];
|
| +extern const char kUserManagerProfileDir[];
|
| extern const wchar_t kBrowserResourcesDll[];
|
|
|
| // filenames
|
|
|