| Index: components/sync/base/extensions_activity.h
|
| diff --git a/components/sync/base/extensions_activity.h b/components/sync/base/extensions_activity.h
|
| index 6b8e8dd5374f1c7ca5602b36f300b7bfd5b9bc6c..1d3c8848b1c9c3d937ff4d0878f26f9dfa57a598 100644
|
| --- a/components/sync/base/extensions_activity.h
|
| +++ b/components/sync/base/extensions_activity.h
|
| @@ -12,18 +12,17 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| // A storage to record usage of extensions APIs to send to sync
|
| // servers, with the ability to purge data once sync servers have
|
| // acknowledged it (successful commit response).
|
| -class SYNC_EXPORT ExtensionsActivity
|
| +class ExtensionsActivity
|
| : public base::RefCountedThreadSafe<ExtensionsActivity> {
|
| public:
|
| // A data record of activity performed by extension |extension_id|.
|
| - struct SYNC_EXPORT Record {
|
| + struct Record {
|
| Record();
|
| ~Record();
|
|
|
|
|