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

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

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.h
diff --git a/chrome/browser/password_manager/encryptor_password_mac.h b/components/webdata/encryptor/encryptor_password_mac.h
similarity index 82%
rename from chrome/browser/password_manager/encryptor_password_mac.h
rename to components/webdata/encryptor/encryptor_password_mac.h
index 475ae200bc6488ab37201cd4049261d82f796efb..f03db495c44160dc68befd4597b658c3f106fca3 100644
--- a/chrome/browser/password_manager/encryptor_password_mac.h
+++ b/components/webdata/encryptor/encryptor_password_mac.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_PASSWORD_MANAGER_ENCRYPTOR_PASSWORD_H__
-#define CHROME_BROWSER_PASSWORD_MANAGER_ENCRYPTOR_PASSWORD_H__
+#ifndef COMPONENTS_WEBDATA_ENCRYPTOR_ENCRYPTOR_PASSWORD_MAC_H_
+#define COMPONENTS_WEBDATA_ENCRYPTOR_ENCRYPTOR_PASSWORD_MAC_H_
#include <string>
@@ -32,4 +32,4 @@ class EncryptorPassword {
const crypto::AppleKeychain& keychain_;
};
-#endif // CHROME_BROWSER_PASSWORD_MANAGER_ENCRYPTOR_PASSWORD_H__
+#endif // COMPONENTS_WEBDATA_ENCRYPTOR_ENCRYPTOR_PASSWORD_MAC_H_
« no previous file with comments | « components/webdata/encryptor/encryptor_mac.mm ('k') | components/webdata/encryptor/encryptor_password_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698