From c62dd9d42bd87964a131adc688d0c70f63cc4cac Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Wed, 21 Sep 2011 18:05:41 +0000 Subject: Delete Tracked, and move Location to its own file. The Birth/Death tracking of tasks has been moved out-of-band into MessageLoop's PendingTask structure. Thus, Task no longer needs to inherit from Tracked. Since Task was the only child of Tracked, delete the Tracked class and move Location to its own file. BUG=none TEST=builds Review URL: http://codereview.chromium.org/7879006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102132 0039d316-1c4b-4281-b951-d872f2087c98 --- crypto/openssl_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/openssl_util.h b/crypto/openssl_util.h index d1f3d1f..6c1d73b 100644 --- a/crypto/openssl_util.h +++ b/crypto/openssl_util.h @@ -7,7 +7,7 @@ #pragma once #include "base/basictypes.h" -#include "base/tracked.h" +#include "base/location.h" namespace crypto { -- cgit v1.1