Index: chrome/common/chrome_constants.h |
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h |
index 530c69df15257d81b489a3f756628f8a9ab5e72b..5a4befce20a52a78e4a14fcad46e2eabece44691 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[]; |