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

Unified Diff: chrome/common/terminate_on_heap_corruption_experiment_win.cc

Issue 468303003: Return string literals as const wchar_t*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/terminate_on_heap_corruption_experiment_win.cc
diff --git a/chrome/common/terminate_on_heap_corruption_experiment_win.cc b/chrome/common/terminate_on_heap_corruption_experiment_win.cc
index ee27975731a5511abd899c3b92cf8e86bf7da873..ac88b9ca69782c155d6a9682931eaf447241a2b1 100644
--- a/chrome/common/terminate_on_heap_corruption_experiment_win.cc
+++ b/chrome/common/terminate_on_heap_corruption_experiment_win.cc
@@ -22,7 +22,7 @@
namespace {
-wchar_t* GetBeaconKeyPath() {
+const wchar_t* GetBeaconKeyPath() {
chrome::VersionInfo::Channel channel = chrome::VersionInfo::CHANNEL_UNKNOWN;
// We are called quite early, before the CommandLine is initialized. We don't
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698