Index: jingle/glue/thread_wrapper_unittest.cc |
diff --git a/jingle/glue/thread_wrapper_unittest.cc b/jingle/glue/thread_wrapper_unittest.cc |
index a1716a9a236b96f9ed51a5a21c2a43620c8797c5..2e35c1e24e8b61a60a238d2f38126457bbe4664c 100644 |
--- a/jingle/glue/thread_wrapper_unittest.cc |
+++ b/jingle/glue/thread_wrapper_unittest.cc |
@@ -46,7 +46,7 @@ ACTION(DeleteMessageData) { |
// Helper class used in the Dispose test. |
class DeletableObject { |
public: |
- DeletableObject(bool* deleted) |
+ explicit DeletableObject(bool* deleted) |
: deleted_(deleted) { |
*deleted = false; |
} |