summaryrefslogtreecommitdiffstats
path: root/crypto/hmac_openssl.cc
diff options
context:
space:
mode:
authordilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-19 22:13:24 +0000
committerdilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-19 22:13:24 +0000
commit7286e3fca5309c743061deb6f5593a070f35f592 (patch)
treeb53a3c961955ca59258a91fe8f9e6605b71da511 /crypto/hmac_openssl.cc
parentf706d901ff9830869f4ef3ebc50ee53282970c35 (diff)
downloadchromium_src-7286e3fca5309c743061deb6f5593a070f35f592.zip
chromium_src-7286e3fca5309c743061deb6f5593a070f35f592.tar.gz
chromium_src-7286e3fca5309c743061deb6f5593a070f35f592.tar.bz2
some cleanup for base/stl_util
removed unused/irrelevant functions removed irrelevant comments Moved stl_util-inl.h => stl_util.h BUG=None TEST=None Review URL: http://codereview.chromium.org/7342047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93110 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto/hmac_openssl.cc')
-rw-r--r--crypto/hmac_openssl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/hmac_openssl.cc b/crypto/hmac_openssl.cc
index 74645c7..3ea1c6a 100644
--- a/crypto/hmac_openssl.cc
+++ b/crypto/hmac_openssl.cc
@@ -11,7 +11,7 @@
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
-#include "base/stl_util-inl.h"
+#include "base/stl_util.h"
#include "crypto/openssl_util.h"
namespace crypto {