summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/util/cryptographer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/util/cryptographer.cc')
-rw-r--r--chrome/browser/sync/util/cryptographer.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/sync/util/cryptographer.cc b/chrome/browser/sync/util/cryptographer.cc
index 747b094..2a3701e 100644
--- a/chrome/browser/sync/util/cryptographer.cc
+++ b/chrome/browser/sync/util/cryptographer.cc
@@ -19,8 +19,6 @@ const char kNigoriKeyName[] = "nigori-key";
Cryptographer::Cryptographer() : default_nigori_(NULL) {
}
-Cryptographer::~Cryptographer() {}
-
void Cryptographer::Bootstrap(const std::string& restored_bootstrap_token) {
if (is_ready()) {
NOTREACHED();