| 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..b3d1833c9365a7cab55bfeb769dc361da468a5db 100644
|
| --- a/chrome/browser/sync/util/cryptographer.cc
|
| +++ b/sync/util/cryptographer.cc
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "sync/util/cryptographer.h"
|
| +
|
| #include <algorithm>
|
|
|
| #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/encryptor.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|