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

Unified Diff: base/win/scoped_variant.h

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | chrome/browser/automation/automation_provider_observers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/scoped_variant.h
diff --git a/base/win/scoped_variant.h b/base/win/scoped_variant.h
index 11ffa3ecc3200d90e096bb32b82af45bcfb84ca7..16a52ec086d35c6d48a0f2855abcd3404145bedf 100644
--- a/base/win/scoped_variant.h
+++ b/base/win/scoped_variant.h
@@ -38,7 +38,7 @@ class BASE_API ScopedVariant {
explicit ScopedVariant(const wchar_t* str);
// Creates a new VT_BSTR variant of a specified length.
- explicit ScopedVariant(const wchar_t* str, UINT length);
+ ScopedVariant(const wchar_t* str, UINT length);
// Creates a new integral type variant and assigns the value to
// VARIANT.lVal (32 bit sized field).
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698