summaryrefslogtreecommitdiffstats
path: root/content/browser/ssl/ssl_error_handler.h
diff options
context:
space:
mode:
authortoyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-31 11:01:32 +0000
committertoyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-31 11:01:32 +0000
commit5385c44d9634d00b1cec2abf0fe7290d4205c7b0 (patch)
tree74a26c65f856026a182f94744c6805b90a6f2b68 /content/browser/ssl/ssl_error_handler.h
parent300967cc6dd0335308d9e06d93720649e0403a26 (diff)
downloadchromium_src-5385c44d9634d00b1cec2abf0fe7290d4205c7b0.zip
chromium_src-5385c44d9634d00b1cec2abf0fe7290d4205c7b0.tar.gz
chromium_src-5385c44d9634d00b1cec2abf0fe7290d4205c7b0.tar.bz2
Inherits SupportsWeakPtr<T> instead of having WeakPtrFactory<T>
This change refines r137676. BUG=122654 TEST=browser_test Review URL: https://chromiumcodereview.appspot.com/10332233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139771 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/ssl/ssl_error_handler.h')
-rw-r--r--content/browser/ssl/ssl_error_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/ssl/ssl_error_handler.h b/content/browser/ssl/ssl_error_handler.h
index 647ee71..3063d16 100644
--- a/content/browser/ssl/ssl_error_handler.h
+++ b/content/browser/ssl/ssl_error_handler.h
@@ -106,7 +106,7 @@ class SSLErrorHandler : public base::RefCountedThreadSafe<SSLErrorHandler> {
friend class base::RefCountedThreadSafe<SSLErrorHandler>;
// Construct on the IO thread.
- SSLErrorHandler(base::WeakPtr<Delegate> delegate,
+ SSLErrorHandler(const base::WeakPtr<Delegate>& delegate,
const content::GlobalRequestID& id,
ResourceType::Type resource_type,
const GURL& url,