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

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

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.h
diff --git a/chrome/browser/sync/util/cryptographer.h b/chrome/browser/sync/encryption/cryptographer.h
similarity index 99%
rename from chrome/browser/sync/util/cryptographer.h
rename to chrome/browser/sync/encryption/cryptographer.h
index e78e3f388a31bd7bed28d2b6ded37ab7d4151b01..9df5a8154e51de083cea46f94648fadf20896feb 100644
--- a/chrome/browser/sync/util/cryptographer.h
+++ b/chrome/browser/sync/encryption/cryptographer.h
@@ -15,7 +15,7 @@
#include "base/observer_list.h"
#include "chrome/browser/sync/protocol/nigori_specifics.pb.h"
#include "chrome/browser/sync/syncable/model_type.h"
-#include "chrome/browser/sync/util/nigori.h"
+#include "chrome/browser/sync/encryption/nigori.h"
namespace browser_sync {

Powered by Google App Engine
This is Rietveld 408576698