| Index: sync/syncable/syncable_base_transaction.h
|
| diff --git a/sync/syncable/syncable_base_transaction.h b/sync/syncable/syncable_base_transaction.h
|
| index 763f68d15ae47c43352220b1986c95df2ea0ec43..d2fe265a9f46201fbed36054ef42786e7f558586 100644
|
| --- a/sync/syncable/syncable_base_transaction.h
|
| +++ b/sync/syncable/syncable_base_transaction.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2013 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.
|
|
|
| @@ -6,7 +6,6 @@
|
| #define SYNC_SYNCABLE_SYNCABLE_BASE_TRANSACTION_H_
|
|
|
| #include "base/location.h"
|
| -#include "sync/base/sync_export.h"
|
| #include "sync/syncable/syncable_id.h"
|
|
|
| namespace syncer {
|
| @@ -31,7 +30,7 @@ enum WriterTag {
|
| // Make sure to update this if you update WriterTag.
|
| std::string WriterTagToString(WriterTag writer_tag);
|
|
|
| -class SYNC_EXPORT_PRIVATE BaseTransaction {
|
| +class BaseTransaction {
|
| public:
|
| inline Directory* directory() const { return directory_; }
|
| inline Id root_id() const { return Id(); }
|
|
|