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

Unified Diff: components/sync/core_impl/js_sync_manager_observer.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/core_impl/js_sync_manager_observer.h
diff --git a/components/sync/core_impl/js_sync_manager_observer.h b/components/sync/core_impl/js_sync_manager_observer.h
index b642dd85cdebbb90c803124368e8b85eae106d27..cde3c4127026235c940f2feafd12e5f7048dfed3 100644
--- a/components/sync/core_impl/js_sync_manager_observer.h
+++ b/components/sync/core_impl/js_sync_manager_observer.h
@@ -9,7 +9,6 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/base/weak_handle.h"
#include "components/sync/core/sync_manager.h"
#include "components/sync/protocol/sync_protocol_error.h"
@@ -24,7 +23,7 @@ class JsEventDetails;
class JsEventHandler;
// Routes SyncManager events to a JsEventHandler.
-class SYNC_EXPORT JsSyncManagerObserver : public SyncManager::Observer {
+class JsSyncManagerObserver : public SyncManager::Observer {
public:
JsSyncManagerObserver();
~JsSyncManagerObserver() override;

Powered by Google App Engine
This is Rietveld 408576698