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

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
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.

Powered by Google App Engine
This is Rietveld 408576698