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

Unified Diff: components/encryptor/encryptor_posix.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: 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/encryptor/encryptor_posix.cc
diff --git a/chrome/browser/password_manager/encryptor_posix.cc b/components/encryptor/encryptor_posix.cc
similarity index 98%
rename from chrome/browser/password_manager/encryptor_posix.cc
rename to components/encryptor/encryptor_posix.cc
index e43c656433a1ad49ae22d6a905e5e08a45e3ecb3..9a613dbcccd90096639cbf214d7099fc43473005 100644
--- a/chrome/browser/password_manager/encryptor_posix.cc
+++ b/components/encryptor/encryptor_posix.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.h"
+#include "components/encryptor/encryptor.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"

Powered by Google App Engine
This is Rietveld 408576698