Index: rlz/lib/rlz_lib_test.cc |
diff --git a/rlz/lib/rlz_lib_test.cc b/rlz/lib/rlz_lib_test.cc |
index 86e659cb48af896586c174a6f6cebebbed0e60c9..ba5048f0e71a563c7bbfcea22f993d956956d95a 100644 |
--- a/rlz/lib/rlz_lib_test.cc |
+++ b/rlz/lib/rlz_lib_test.cc |
@@ -439,7 +439,7 @@ TEST_F(RlzLibTest, SendFinancialPing) { |
class URLRequestRAII { |
public: |
- URLRequestRAII(net::URLRequestContextGetter* context) { |
+ explicit URLRequestRAII(net::URLRequestContextGetter* context) { |
rlz_lib::SetURLRequestContext(context); |
} |
~URLRequestRAII() { |