| Index: chrome/tools/disable_outdated_build_detector/constants.h
|
| diff --git a/chrome/tools/disable_outdated_build_detector/constants.h b/chrome/tools/disable_outdated_build_detector/constants.h
|
| index be5085e22bbf3f323da8976fc4e6693a0d119841..5e42ac687c6de70616a6e093d3a17c0458649560 100644
|
| --- a/chrome/tools/disable_outdated_build_detector/constants.h
|
| +++ b/chrome/tools/disable_outdated_build_detector/constants.h
|
| @@ -9,14 +9,14 @@
|
|
|
| namespace switches {
|
|
|
| -extern const char kMultiInstall[];
|
| -extern const char kSystemLevel[];
|
| +extern const wchar_t kMultiInstall[];
|
| +extern const wchar_t kSystemLevel[];
|
|
|
| } // namespace switches
|
|
|
| namespace env {
|
|
|
| -extern const char kGoogleUpdateIsMachine[];
|
| +extern const wchar_t kGoogleUpdateIsMachine[];
|
|
|
| } // namespace env
|
|
|
|
|