| 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 {
|
|
|
|
|