| Index: components/sync/core/user_share.h
|
| diff --git a/components/sync/core/user_share.h b/components/sync/core/user_share.h
|
| index 668b30020ba802f10b3bd4586ff1f12e092a234c..1a97e6b82c4396a6fff9660df91600b716604647 100644
|
| --- a/components/sync/core/user_share.h
|
| +++ b/components/sync/core/user_share.h
|
| @@ -8,7 +8,6 @@
|
| #include <memory>
|
| #include <string>
|
|
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/core/sync_manager.h"
|
|
|
| namespace syncer {
|
| @@ -21,7 +20,7 @@ class Directory;
|
| // user and their data (share).
|
| // This encompasses all pieces required to build transaction objects on the
|
| // syncable share.
|
| -struct SYNC_EXPORT UserShare {
|
| +struct UserShare {
|
| UserShare();
|
| ~UserShare();
|
|
|
|
|