| Index: chrome/browser/sync/util/cryptographer.h
|
| diff --git a/chrome/browser/sync/util/cryptographer.h b/chrome/browser/sync/util/cryptographer.h
|
| index e4a5d1e5e7d5bb037fb7a9b0aae8164692b8caec..ede515377eaf1ac5f090dd693579a0350b67ff44 100644
|
| --- a/chrome/browser/sync/util/cryptographer.h
|
| +++ b/chrome/browser/sync/util/cryptographer.h
|
| @@ -13,10 +13,10 @@
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/observer_list.h"
|
| -#include "chrome/browser/sync/protocol/encryption.pb.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 "sync/protocol/encryption.pb.h"
|
| +#include "sync/protocol/nigori_specifics.pb.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|