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

Unified Diff: base/win/scoped_com_initializer.h

Issue 10151010: win: Fix another small language violation found by clang. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/scoped_com_initializer.h
diff --git a/base/win/scoped_com_initializer.h b/base/win/scoped_com_initializer.h
index 0cf1ac7deb139b01a58e1d75c54243233a19245b..8e3805453a85fa2aca395ba3a4d8e81be34c3a7f 100644
--- a/base/win/scoped_com_initializer.h
+++ b/base/win/scoped_com_initializer.h
@@ -34,7 +34,7 @@ class ScopedCOMInitializer {
Initialize(COINIT_MULTITHREADED);
}
- ScopedCOMInitializer::~ScopedCOMInitializer() {
+ ~ScopedCOMInitializer() {
#ifndef NDEBUG
// Using the windows API directly to avoid dependency on platform_thread.
DCHECK_EQ(GetCurrentThreadId(), thread_id_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698