Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: components/sync/base/extensions_activity.h

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/base/cryptographer.h ('k') | components/sync/base/get_session_name.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « components/sync/base/cryptographer.h ('k') | components/sync/base/get_session_name.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698