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

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

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 | « mojo/public/cpp/bindings/lib/validation_context.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/lib/validation_context.cc
diff --git a/mojo/public/cpp/bindings/lib/validation_context.cc b/mojo/public/cpp/bindings/lib/validation_context.cc
index e2688c43f546fa874bd0cad6c81298c3d9eb5f61..a95e07ef8151d497107e5e3908f060c63dcf1793 100644
--- a/mojo/public/cpp/bindings/lib/validation_context.cc
+++ b/mojo/public/cpp/bindings/lib/validation_context.cc
@@ -16,7 +16,7 @@ namespace mojo {
namespace internal {
ValidationContext::ValidationContext(const void* data,
- uint32_t data_num_bytes,
+ size_t data_num_bytes,
size_t num_handles,
Message* message,
const base::StringPiece& description)
« no previous file with comments | « mojo/public/cpp/bindings/lib/validation_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698