Index: remoting/protocol/authentication_method.h |
=================================================================== |
--- remoting/protocol/authentication_method.h (revision 137269) |
+++ remoting/protocol/authentication_method.h (working copy) |
@@ -15,8 +15,6 @@ |
#include <string> |
-#include "base/memory/scoped_ptr.h" |
- |
namespace remoting { |
namespace protocol { |
@@ -63,7 +61,7 @@ |
private: |
AuthenticationMethod(); |
- AuthenticationMethod(HashFunction hash_function); |
+ explicit AuthenticationMethod(HashFunction hash_function); |
bool invalid_; |
HashFunction hash_function_; |