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

Unified Diff: sync/util/cryptographer.cc

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some minor diffs 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
Index: sync/util/cryptographer.cc
diff --git a/chrome/browser/sync/util/cryptographer.cc b/sync/util/cryptographer.cc
similarity index 99%
rename from chrome/browser/sync/util/cryptographer.cc
rename to sync/util/cryptographer.cc
index 30d0e91e4f0361988e5657cb72e7172fd58558f7..c7e704761e59ae2c77a4fa4fe285e78cbca2bf4e 100644
--- a/chrome/browser/sync/util/cryptographer.cc
+++ b/sync/util/cryptographer.cc
@@ -6,8 +6,8 @@
#include "base/base64.h"
#include "base/logging.h"
-#include "chrome/browser/sync/util/cryptographer.h"
-#include "chrome/browser/sync/util/encryptor.h"
+#include "sync/util/cryptographer.h"
tim (not reviewing) 2012/03/15 06:21:10 this should go at top.
akalin 2012/03/15 07:38:26 Done.
+#include "sync/util/encryptor.h"
namespace browser_sync {

Powered by Google App Engine
This is Rietveld 408576698