From 71f40a766274aec0a473b4a757d85abf42ad6718 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 16 May 2012 07:26:59 +0000 Subject: Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting, and sync. BUG=none TEST=none TBR=brettw,hclam,akalin,abodenha Review URL: https://chromiumcodereview.appspot.com/10387107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137376 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/protocol/authentication_method.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'remoting/protocol/authentication_method.h') diff --git a/remoting/protocol/authentication_method.h b/remoting/protocol/authentication_method.h index a4f003e..6b171c4 100644 --- a/remoting/protocol/authentication_method.h +++ b/remoting/protocol/authentication_method.h @@ -15,8 +15,6 @@ #include -#include "base/memory/scoped_ptr.h" - namespace remoting { namespace protocol { @@ -63,7 +61,7 @@ class AuthenticationMethod { private: AuthenticationMethod(); - AuthenticationMethod(HashFunction hash_function); + explicit AuthenticationMethod(HashFunction hash_function); bool invalid_; HashFunction hash_function_; -- cgit v1.1