Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: components/webdata/encryptor/encryptor_password_mac.mm

Issue 12902030: Make Encryptor a component. Used by //chrome and (soon) //components/webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove duplicate include. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/webdata/encryptor/encryptor_password_mac.mm
diff --git a/chrome/browser/password_manager/encryptor_password_mac.mm b/components/webdata/encryptor/encryptor_password_mac.mm
similarity index 96%
rename from chrome/browser/password_manager/encryptor_password_mac.mm
rename to components/webdata/encryptor/encryptor_password_mac.mm
index d472fad348e5e9d09691d44d8074e45b8686facc..f8178014df0782d194d3679a29d2cf5423dfc477 100644
--- a/chrome/browser/password_manager/encryptor_password_mac.mm
+++ b/components/webdata/encryptor/encryptor_password_mac.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/password_manager/encryptor_password_mac.h"
+#include "components/webdata/encryptor/encryptor_password_mac.h"
#import <Security/Security.h>
@@ -10,7 +10,6 @@
#include "base/mac/mac_logging.h"
#include "base/rand_util.h"
#include "crypto/apple_keychain.h"
-#include "ui/base/l10n/l10n_util.h"
using crypto::AppleKeychain;
« no previous file with comments | « components/webdata/encryptor/encryptor_password_mac.h ('k') | components/webdata/encryptor/encryptor_password_mac_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698