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

Unified Diff: components/webdata/encryptor/encryptor_password_mac_unittest.cc

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_unittest.cc
diff --git a/chrome/browser/password_manager/encryptor_password_mac_unittest.cc b/components/webdata/encryptor/encryptor_password_mac_unittest.cc
similarity index 97%
rename from chrome/browser/password_manager/encryptor_password_mac_unittest.cc
rename to components/webdata/encryptor/encryptor_password_mac_unittest.cc
index f7b211af0407e6b612a1621c4c3f44429ea4c0fc..97462229046ec403d4483b301c665ac709f77fe9 100644
--- a/chrome/browser/password_manager/encryptor_password_mac_unittest.cc
+++ b/components/webdata/encryptor/encryptor_password_mac_unittest.cc
@@ -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"
#include "crypto/mock_apple_keychain.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « components/webdata/encryptor/encryptor_password_mac.mm ('k') | components/webdata/encryptor/encryptor_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698