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

Unified Diff: base/win/enum_variant.h

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « base/time/time_unittest.cc ('k') | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/enum_variant.h
diff --git a/base/win/enum_variant.h b/base/win/enum_variant.h
index 030f7fdcf87a1a3aad53b95ac814ee70b3c693f1..d978eaa7dda5e80c5e6c4f6d27603df3cdbd2063 100644
--- a/base/win/enum_variant.h
+++ b/base/win/enum_variant.h
@@ -33,10 +33,10 @@ class BASE_EXPORT EnumVariant
// IEnumVARIANT.
STDMETHODIMP Next(ULONG requested_count,
VARIANT* out_elements,
- ULONG* out_elements_received);
- STDMETHODIMP Skip(ULONG skip_count);
- STDMETHODIMP Reset();
- STDMETHODIMP Clone(IEnumVARIANT** out_cloned_object);
+ ULONG* out_elements_received) override;
+ STDMETHODIMP Skip(ULONG skip_count) override;
+ STDMETHODIMP Reset() override;
+ STDMETHODIMP Clone(IEnumVARIANT** out_cloned_object) override;
private:
~EnumVariant();
« no previous file with comments | « base/time/time_unittest.cc ('k') | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698