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

Unified Diff: sandbox/win/src/job.h

Issue 294753003: Fix clang -Wwritable-strings warnings in the Windows sandbox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | sandbox/win/src/job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/src/job.h
diff --git a/sandbox/win/src/job.h b/sandbox/win/src/job.h
index 487722f0bb2e4518d8a6abb2268a7736fbd035f2..7c215efc8e63f87e97bb12fa7916437c44602d9c 100644
--- a/sandbox/win/src/job.h
+++ b/sandbox/win/src/job.h
@@ -29,7 +29,9 @@ class Job {
// If the function succeeds, the return value is ERROR_SUCCESS. If the
// function fails, the return value is the win32 error code corresponding to
// the error.
- DWORD Init(JobLevel security_level, wchar_t *job_name, DWORD ui_exceptions);
+ DWORD Init(JobLevel security_level,
+ const wchar_t* job_name,
+ DWORD ui_exceptions);
// Assigns the process referenced by process_handle to the job.
// If the function succeeds, the return value is ERROR_SUCCESS. If the
« no previous file with comments | « no previous file | sandbox/win/src/job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698