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

Unified Diff: components/sync/core/change_record.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/core/base_transaction.h ('k') | components/sync/core/data_batch_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/change_record.h
diff --git a/components/sync/core/change_record.h b/components/sync/core/change_record.h
index f7b1b99a9d50e0ae64bc5b0ec1a82b471642ac7e..387a1e70f00cbe03b045f3af2007c503a2ca44ca 100644
--- a/components/sync/core/change_record.h
+++ b/components/sync/core/change_record.h
@@ -12,7 +12,6 @@
#include "base/memory/linked_ptr.h"
#include "components/sync/base/immutable.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/protocol/password_specifics.pb.h"
#include "components/sync/protocol/sync.pb.h"
@@ -24,7 +23,7 @@ namespace syncer {
// TODO(zea): One day get passwords playing nicely with the rest of encryption
// and get rid of this.
-class SYNC_EXPORT ExtraPasswordChangeRecordData {
+class ExtraPasswordChangeRecordData {
public:
ExtraPasswordChangeRecordData();
explicit ExtraPasswordChangeRecordData(
@@ -43,7 +42,7 @@ class SYNC_EXPORT ExtraPasswordChangeRecordData {
// operation. This gives the sync id of the node that changed, and the type
// of change. To get the actual property values after an ADD or UPDATE, the
// client should get the node with InitByIdLookup(), using the provided id.
-struct SYNC_EXPORT ChangeRecord {
+struct ChangeRecord {
enum Action {
ACTION_ADD,
ACTION_DELETE,
« no previous file with comments | « components/sync/core/base_transaction.h ('k') | components/sync/core/data_batch_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698