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

Unified Diff: components/sync/core/activation_context.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/weak_handle.h ('k') | components/sync/core/attachments/attachment_downloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/activation_context.h
diff --git a/components/sync/core/activation_context.h b/components/sync/core/activation_context.h
index e35ad90e6a9e2133b2dafeec6b1b6b4a0447f6f2..ea904f79b3f1674d03d12393266ef89b903e5f5c 100644
--- a/components/sync/core/activation_context.h
+++ b/components/sync/core/activation_context.h
@@ -8,7 +8,6 @@
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/sequenced_task_runner.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/core/model_type_processor.h"
#include "components/sync/core/non_blocking_sync_common.h"
#include "components/sync/protocol/data_type_state.pb.h"
@@ -17,7 +16,7 @@ namespace syncer_v2 {
// The state passed from ModelTypeProcessor to Sync thread during DataType
// activation.
-struct SYNC_EXPORT ActivationContext {
+struct ActivationContext {
ActivationContext();
~ActivationContext();
« no previous file with comments | « components/sync/base/weak_handle.h ('k') | components/sync/core/attachments/attachment_downloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698