| Index: sync/internal_api/public/user_share.h
|
| diff --git a/sync/internal_api/public/user_share.h b/sync/internal_api/public/user_share.h
|
| index af4e231edb3fc2ad498b133fdb2533e59797b8bd..d1c4be7bd3f696ab28a7f086ec02776baa42b543 100644
|
| --- a/sync/internal_api/public/user_share.h
|
| +++ b/sync/internal_api/public/user_share.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.
|
|
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -19,7 +20,7 @@ class Directory;
|
| // user and their data (share).
|
| // This encompasses all pieces required to build transaction objects on the
|
| // syncable share.
|
| -struct UserShare {
|
| +struct SYNC_EXPORT_PRIVATE UserShare {
|
| UserShare();
|
| ~UserShare();
|
|
|
|
|