Index: components/rappor/byte_vector_utils.h |
diff --git a/components/rappor/byte_vector_utils.h b/components/rappor/byte_vector_utils.h |
index 3bc0936154b8dc1a8444f2ad5c639cc47d98fc08..a3f5f06e04ab07377af27b556e4b43dbbf646a10 100644 |
--- a/components/rappor/byte_vector_utils.h |
+++ b/components/rappor/byte_vector_utils.h |
@@ -95,7 +95,7 @@ class HmacByteVectorGenerator : public ByteVectorGenerator { |
explicit HmacByteVectorGenerator(const HmacByteVectorGenerator& prev_request); |
// ByteVector implementation: |
- virtual ByteVector GetRandomByteVector() OVERRIDE; |
+ virtual ByteVector GetRandomByteVector() override; |
private: |
// HMAC initalized with the value of "Key" HMAC_DRBG_Initialize. |