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

Unified Diff: components/encryptor/encryptor_password_mac.h

Issue 168993002: Move encryptor API out of webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm unused includes Created 6 years, 10 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
« no previous file with comments | « components/encryptor/encryptor_mac.mm ('k') | components/encryptor/encryptor_password_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/encryptor/encryptor_password_mac.h
diff --git a/components/webdata/encryptor/encryptor_password_mac.h b/components/encryptor/encryptor_password_mac.h
similarity index 82%
rename from components/webdata/encryptor/encryptor_password_mac.h
rename to components/encryptor/encryptor_password_mac.h
index f03db495c44160dc68befd4597b658c3f106fca3..c43209baef51b19f46139d66000c5a9d15f2e7a9 100644
--- a/components/webdata/encryptor/encryptor_password_mac.h
+++ b/components/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 COMPONENTS_WEBDATA_ENCRYPTOR_ENCRYPTOR_PASSWORD_MAC_H_
-#define COMPONENTS_WEBDATA_ENCRYPTOR_ENCRYPTOR_PASSWORD_MAC_H_
+#ifndef COMPONENTS_ENCRYPTOR_ENCRYPTOR_PASSWORD_MAC_H_
+#define COMPONENTS_ENCRYPTOR_ENCRYPTOR_PASSWORD_MAC_H_
#include <string>
@@ -32,4 +32,4 @@ class EncryptorPassword {
const crypto::AppleKeychain& keychain_;
};
-#endif // COMPONENTS_WEBDATA_ENCRYPTOR_ENCRYPTOR_PASSWORD_MAC_H_
+#endif // COMPONENTS_ENCRYPTOR_ENCRYPTOR_PASSWORD_MAC_H_
« no previous file with comments | « components/encryptor/encryptor_mac.mm ('k') | components/encryptor/encryptor_password_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698