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

Unified Diff: components/sync/engine/sync_status.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
Index: components/sync/engine/sync_status.h
diff --git a/components/sync/engine/sync_status.h b/components/sync/engine/sync_status.h
index 7f6f38f97f9a09b74ae186dc0b6394017b1164a3..0ccf6443d434bac8990416232890baa3f7b532b6 100644
--- a/components/sync/engine/sync_status.h
+++ b/components/sync/engine/sync_status.h
@@ -10,7 +10,6 @@
#include "base/time/time.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/core/sync_encryption_handler.h"
#include "components/sync/protocol/sync_protocol_error.h"
@@ -22,7 +21,7 @@ namespace syncer {
// it to track and report on the sync engine's internal state, and the functions
// in sync_ui_util.cc which convert the contents of this struct into a
// DictionaryValue used to populate the about:sync summary tab.
-struct SYNC_EXPORT SyncStatus {
+struct SyncStatus {
SyncStatus();
SyncStatus(const SyncStatus& other);
~SyncStatus();
« no previous file with comments | « components/sync/engine/polling_constants.h ('k') | components/sync/engine_impl/apply_control_data_updates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698