| Index: sync/syncable/syncable_base_transaction.h
|
| diff --git a/sync/syncable/base_transaction.h b/sync/syncable/syncable_base_transaction.h
|
| similarity index 91%
|
| rename from sync/syncable/base_transaction.h
|
| rename to sync/syncable/syncable_base_transaction.h
|
| index 80b96301767d385b83fe6e6f1c63c37a14577a22..4e9a220cf7aefac7b8db7a73abdaca06f5209319 100644
|
| --- a/sync/syncable/base_transaction.h
|
| +++ b/sync/syncable/syncable_base_transaction.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 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 SYNC_SYNCABLE_BASE_TRANSACTION_H_
|
| -#define SYNC_SYNCABLE_BASE_TRANSACTION_H_
|
| +#ifndef SYNC_SYNCABLE_SYNCABLE_BASE_TRANSACTION_H_
|
| +#define SYNC_SYNCABLE_SYNCABLE_BASE_TRANSACTION_H_
|
|
|
| #include "base/location.h"
|
| #include "sync/syncable/syncable_id.h"
|
| @@ -79,4 +79,4 @@ class BaseTransaction {
|
| } // namespace syncable
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_SYNCABLE_BASE_TRANSACTION_H_
|
| +#endif // SYNC_SYNCABLE_SYNCABLE_BASE_TRANSACTION_H_
|
|
|