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

Unified Diff: mojo/public/cpp/bindings/lib/validation_context.h

Issue 2146683002: mojo: Fix warning (treated as error) on Windows perf bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | mojo/public/cpp/bindings/lib/validation_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/lib/validation_context.h
diff --git a/mojo/public/cpp/bindings/lib/validation_context.h b/mojo/public/cpp/bindings/lib/validation_context.h
index 5b02a59fdfc04c4dd308cafbd6162b3a36a036fd..6045ca82acc0205df18c1f8432540ce00e924f20 100644
--- a/mojo/public/cpp/bindings/lib/validation_context.h
+++ b/mojo/public/cpp/bindings/lib/validation_context.h
@@ -31,7 +31,7 @@ class ValidationContext {
// provided, the MojoNotifyBadMessage API will be used to notify the system of
// such errors.
ValidationContext(const void* data,
- uint32_t data_num_bytes,
+ size_t data_num_bytes,
size_t num_handles,
Message* message = nullptr,
const base::StringPiece& description = "");
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/lib/validation_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698