diff options
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r-- | chrome/common/chrome_constants.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h index 530c69d..5a4befc 100644 --- a/chrome/common/chrome_constants.h +++ b/chrome/common/chrome_constants.h @@ -30,8 +30,7 @@ extern const wchar_t kStatusTrayWindowClass[]; extern const wchar_t kMessageWindowClass[]; extern const wchar_t kCrashReportLog[]; extern const wchar_t kTestingInterfaceDLL[]; -extern const wchar_t kNotSignedInProfile[]; -extern const wchar_t kNotSignedInID[]; +extern const char kNotSignedInProfile[]; extern const char kStatsFilename[]; extern const wchar_t kBrowserResourcesDll[]; extern const wchar_t kNaClAppName[]; |