| Index: sync/syncable/syncable_changes_version.h
|
| diff --git a/chrome/browser/sync/syncable/syncable_changes_version.h b/sync/syncable/syncable_changes_version.h
|
| similarity index 72%
|
| rename from chrome/browser/sync/syncable/syncable_changes_version.h
|
| rename to sync/syncable/syncable_changes_version.h
|
| index 51cd3f80c65d32dbdee822e3e3708e1822fa6d88..38aae2c38a180ed6451f6d6c7faa4bef2788d26d 100644
|
| --- a/chrome/browser/sync/syncable/syncable_changes_version.h
|
| +++ b/sync/syncable/syncable_changes_version.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2009 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_SYNCABLE_SYNCABLE_CHANGES_VERSION_H_
|
| -#define CHROME_BROWSER_SYNC_SYNCABLE_SYNCABLE_CHANGES_VERSION_H_
|
| +#ifndef SYNC_SYNCABLE_SYNCABLE_CHANGES_VERSION_H_
|
| +#define SYNC_SYNCABLE_SYNCABLE_CHANGES_VERSION_H_
|
| #pragma once
|
|
|
| namespace syncable {
|
| @@ -27,4 +27,4 @@ enum {
|
|
|
| } // namespace syncable
|
|
|
| -#endif // CHROME_BROWSER_SYNC_SYNCABLE_SYNCABLE_CHANGES_VERSION_H_
|
| +#endif // SYNC_SYNCABLE_SYNCABLE_CHANGES_VERSION_H_
|
|
|