| Index: sync/util/nigori.h
|
| diff --git a/chrome/browser/sync/util/nigori.h b/sync/util/nigori.h
|
| similarity index 93%
|
| rename from chrome/browser/sync/util/nigori.h
|
| rename to sync/util/nigori.h
|
| index 74fd6ece8d70877a721a8ea3cc01edc378d6e709..eb7dc5d562a753e433ec17aa49cc096ddd463169 100644
|
| --- a/chrome/browser/sync/util/nigori.h
|
| +++ b/sync/util/nigori.h
|
| @@ -1,9 +1,9 @@
|
| -// 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.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_UTIL_NIGORI_H_
|
| -#define CHROME_BROWSER_SYNC_UTIL_NIGORI_H_
|
| +#ifndef SYNC_UTIL_NIGORI_H_
|
| +#define SYNC_UTIL_NIGORI_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -80,4 +80,4 @@ class Nigori {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_UTIL_NIGORI_H_
|
| +#endif // SYNC_UTIL_NIGORI_H_
|
|
|