Index: sync/internal_api/public/read_transaction.h |
diff --git a/sync/internal_api/public/read_transaction.h b/sync/internal_api/public/read_transaction.h |
index 6619bb070c0a75196fc0f57602b08d52fa40f46e..02e2633d8ef5f3d73d1e3a8e3b33968d84789a8f 100644 |
--- a/sync/internal_api/public/read_transaction.h |
+++ b/sync/internal_api/public/read_transaction.h |
@@ -1,4 +1,4 @@ |
-// 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. |
@@ -6,6 +6,7 @@ |
#define SYNC_INTERNAL_API_PUBLIC_READ_TRANSACTION_H_ |
#include "base/compiler_specific.h" |
+#include "sync/base/sync_export.h" |
#include "sync/internal_api/public/base_transaction.h" |
namespace tracked_objects { |
@@ -18,7 +19,7 @@ struct UserShare; |
// Sync API's ReadTransaction is a read-only BaseTransaction. It wraps |
// a syncable::ReadTransaction. |
-class ReadTransaction : public BaseTransaction { |
+class SYNC_EXPORT ReadTransaction : public BaseTransaction { |
public: |
// Start a new read-only transaction on the specified repository. |
ReadTransaction(const tracked_objects::Location& from_here, |