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

Unified Diff: chrome/browser/sync/encryption/cryptographer.cc

Issue 8468023: Move encryption related files from util folder to encryption folder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 9 years, 1 month 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: chrome/browser/sync/encryption/cryptographer.cc
diff --git a/chrome/browser/sync/util/cryptographer.cc b/chrome/browser/sync/encryption/cryptographer.cc
similarity index 99%
rename from chrome/browser/sync/util/cryptographer.cc
rename to chrome/browser/sync/encryption/cryptographer.cc
index f7ac50e334f10a1360b740cde4bfcdb7a463c0ab..c5f137b3b5b400ddcbd417b218a828fb050dcd8e 100644
--- a/chrome/browser/sync/util/cryptographer.cc
+++ b/chrome/browser/sync/encryption/cryptographer.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/base64.h"
-#include "chrome/browser/sync/util/cryptographer.h"
+#include "chrome/browser/sync/encryption/cryptographer.h"
#include "chrome/browser/password_manager/encryptor.h"
namespace browser_sync {

Powered by Google App Engine
This is Rietveld 408576698