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, 2 insertions, 0 deletions
diff --git a/chrome/browser/sync/util/cryptographer.cc b/chrome/browser/sync/util/cryptographer.cc
index 2a3701e..747b094 100644
--- a/chrome/browser/sync/util/cryptographer.cc
+++ b/chrome/browser/sync/util/cryptographer.cc
@@ -19,6 +19,8 @@ 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();