Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: chrome/tools/disable_outdated_build_detector/constants.h

Issue 2255783003: Make the outdated build detector disabler load and run on XP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: suppress wstring warnings Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698