Index: mojo/public/cpp/bindings/lib/native_struct_data.h |
diff --git a/mojo/public/cpp/bindings/lib/native_struct_data.h b/mojo/public/cpp/bindings/lib/native_struct_data.h |
index 0c2cccd1488aadfd1e2727629f242d6d921b6032..984feec8b15a837cb107b9641d11103185b14ede 100644 |
--- a/mojo/public/cpp/bindings/lib/native_struct_data.h |
+++ b/mojo/public/cpp/bindings/lib/native_struct_data.h |
@@ -13,12 +13,12 @@ |
namespace mojo { |
namespace internal { |
-class BoundsChecker; |
class Buffer; |
+class ValidationContext; |
class NativeStruct_Data { |
public: |
- static bool Validate(const void* data, BoundsChecker* bounds_checker); |
+ static bool Validate(const void* data, ValidationContext* validation_context); |
void EncodePointers() {} |
void DecodePointers() {} |