Chromium Code Reviews| 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 { |