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

Unified Diff: sandbox/src/target_process.h

Issue 10332002: win: Fix a few minor issues found by clang. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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 | « sandbox/src/sandbox_nt_util.cc ('k') | sandbox/src/target_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/src/target_process.h
diff --git a/sandbox/src/target_process.h b/sandbox/src/target_process.h
index 5afe6540e42654e09874c73ba07f1b1e9c7e3050..7d16153cf33afa5cbee4ca3298df70a64470d253 100644
--- a/sandbox/src/target_process.h
+++ b/sandbox/src/target_process.h
@@ -81,7 +81,7 @@ class TargetProcess {
}
// Transfers a 32-bit variable between the broker and the target.
- ResultCode TransferVariable(char* name, void* address, size_t size);
+ ResultCode TransferVariable(const char* name, void* address, size_t size);
private:
// Details of the target process.
« no previous file with comments | « sandbox/src/sandbox_nt_util.cc ('k') | sandbox/src/target_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698