summaryrefslogtreecommitdiffstats
path: root/crypto/signature_creator_nss.cc
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-08 00:14:54 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-08 00:14:54 +0000
commit5ee44d495bad0360a05be1657fcc2b5bbd689976 (patch)
tree20f36773f3ffd8323e0073b33f5f3988705d8f3c /crypto/signature_creator_nss.cc
parentf12b14ebaef0065e903f25fddf851bc7abde3e8c (diff)
downloadchromium_src-5ee44d495bad0360a05be1657fcc2b5bbd689976.zip
chromium_src-5ee44d495bad0360a05be1657fcc2b5bbd689976.tar.gz
chromium_src-5ee44d495bad0360a05be1657fcc2b5bbd689976.tar.bz2
Use a forward declaration of RSAPrivateKey in crypto/signature_creator.h.
R=rch@chromium.org BUG=none TEST=no compilation errors Review URL: http://codereview.chromium.org/9348001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto/signature_creator_nss.cc')
-rw-r--r--crypto/signature_creator_nss.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/signature_creator_nss.cc b/crypto/signature_creator_nss.cc
index 2614944..95b2442 100644
--- a/crypto/signature_creator_nss.cc
+++ b/crypto/signature_creator_nss.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -11,6 +11,7 @@
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "crypto/nss_util.h"
+#include "crypto/rsa_private_key.h"
namespace crypto {