| Index: chrome/browser/sync/engine/nigori_util.h
|
| diff --git a/chrome/browser/sync/engine/nigori_util.h b/chrome/browser/sync/engine/nigori_util.h
|
| index 33ba53dd16f6bef94a198e84baa11f782aa8bc51..e135ca6d54af7f52f831500afe303d19f3e98b4e 100644
|
| --- a/chrome/browser/sync/engine/nigori_util.h
|
| +++ b/chrome/browser/sync/engine/nigori_util.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -9,8 +9,8 @@
|
| #pragma once
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/sync/protocol/nigori_specifics.pb.h"
|
| #include "chrome/browser/sync/syncable/model_type.h"
|
| +#include "sync/protocol/nigori_specifics.pb.h"
|
|
|
| namespace browser_sync {
|
| class Cryptographer;
|
|
|