Index: chrome/browser/importer/nss_decryptor_win.h |
diff --git a/chrome/browser/importer/nss_decryptor_win.h b/chrome/browser/importer/nss_decryptor_win.h |
index 23e7b1a249c9c3ff0abb83d7e5fd5be48f606e46..891db8911aecfe0b9dc4f5b8536d75f0211ec319 100644 |
--- a/chrome/browser/importer/nss_decryptor_win.h |
+++ b/chrome/browser/importer/nss_decryptor_win.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 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/basictypes.h" |
#include "base/native_library.h" |
+#include "base/string16.h" |
// The following declarations of functions and types are from Firefox |
// NSS library. |
@@ -124,7 +125,7 @@ class NSSDecryptor { |
// Decrypts Firefox stored passwords. Before using this method, |
// make sure Init() returns true. |
- std::wstring Decrypt(const std::string& crypt) const; |
+ string16 Decrypt(const std::string& crypt) const; |
// Parses the Firefox password file content, decrypts the |
// username/password and reads other related information. |