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

Unified Diff: crypto/mock_keychain_mac.cc

Issue 9699112: Move *keychain_mac* files to crypto/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« crypto/mock_keychain_mac.h ('K') | « crypto/mock_keychain_mac.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/mock_keychain_mac.cc
diff --git a/chrome/browser/mock_keychain_mac.cc b/crypto/mock_keychain_mac.cc
similarity index 99%
rename from chrome/browser/mock_keychain_mac.cc
rename to crypto/mock_keychain_mac.cc
index 59d2b5835b51582cf4597e13874fd2f1cbda51cb..f80ecb5d9e08f016e150c304f55c228db689bee5 100644
--- a/chrome/browser/mock_keychain_mac.cc
+++ b/crypto/mock_keychain_mac.cc
@@ -4,7 +4,9 @@
#include "base/logging.h"
#include "base/time.h"
-#include "chrome/browser/mock_keychain_mac.h"
+#include "crypto/mock_keychain_mac.h"
+
+namespace crypto {
MockKeychain::MockKeychain()
: next_item_key_(0),
@@ -523,3 +525,5 @@ void MockKeychain::AddTestItem(const KeychainTestData& item_data) {
SetTestDataPasswordString(key, item_data.password);
SetTestDataNegativeItem(key, item_data.negative_item);
}
+
+} // namespace crypto
« crypto/mock_keychain_mac.h ('K') | « crypto/mock_keychain_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698