Index: chrome/common/automation_constants.h |
diff --git a/chrome/common/automation_constants.h b/chrome/common/automation_constants.h |
index 1b48e8229828610dff7134746994bd28b205f406..6959af7788e9032d54f9cab993139edfb952371a 100644 |
--- a/chrome/common/automation_constants.h |
+++ b/chrome/common/automation_constants.h |
@@ -10,11 +10,11 @@ namespace automation { |
// JSON value labels for proxy settings that are passed in via |
// AutomationMsg_SetProxyConfig. These are here since they are used by both |
// AutomationProvider and AutomationProxy. |
-extern const wchar_t kJSONProxyAutoconfig[]; |
-extern const wchar_t kJSONProxyNoProxy[]; |
-extern const wchar_t kJSONProxyPacUrl[]; |
-extern const wchar_t kJSONProxyBypassList[]; |
-extern const wchar_t kJSONProxyServer[]; |
+extern const char kJSONProxyAutoconfig[]; |
+extern const char kJSONProxyNoProxy[]; |
+extern const char kJSONProxyPacUrl[]; |
+extern const char kJSONProxyBypassList[]; |
+extern const char kJSONProxyServer[]; |
} |
#endif // CHROME_COMMON_AUTOMATION_CONSTANTS_H__ |