Index: mojo/public/cpp/bindings/message.h |
diff --git a/mojo/public/cpp/bindings/message.h b/mojo/public/cpp/bindings/message.h |
index 839544f896a02171bfe69c6a9ae8facd1b509a8b..5326e8f5d6c7c9e6e20e549950bc8bc2e64f1d5a 100644 |
--- a/mojo/public/cpp/bindings/message.h |
+++ b/mojo/public/cpp/bindings/message.h |
@@ -84,7 +84,7 @@ class Message { |
const std::vector<Handle>* handles() const { return &handles_; } |
std::vector<Handle>* mutable_handles() { return &handles_; } |
- // Access the underlying Buffer interface. |
+ // Access the underlying internal::Buffer interface. |
internal::Buffer* buffer() { return buffer_.get(); } |
private: |