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

Unified Diff: components/sync/core_impl/js_mutation_event_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_mutation_event_observer.h
diff --git a/components/sync/core_impl/js_mutation_event_observer.h b/components/sync/core_impl/js_mutation_event_observer.h
index 255b273443eed64fd260ec3c6fa8553214c2d5b9..e9d4440e757066f4e34b282d49d7f20ba83d20ff 100644
--- a/components/sync/core_impl/js_mutation_event_observer.h
+++ b/components/sync/core_impl/js_mutation_event_observer.h
@@ -13,7 +13,6 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.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/syncable/transaction_observer.h"
@@ -29,10 +28,9 @@ class JsEventHandler;
// Observes all change- and transaction-related events and routes a
// summarized version to a JsEventHandler.
-class SYNC_EXPORT JsMutationEventObserver
- : public SyncManager::ChangeObserver,
- public syncable::TransactionObserver,
- public base::NonThreadSafe {
+class JsMutationEventObserver : public SyncManager::ChangeObserver,
+ public syncable::TransactionObserver,
+ public base::NonThreadSafe {
public:
JsMutationEventObserver();
« no previous file with comments | « components/sync/core_impl/debug_info_event_listener.h ('k') | components/sync/core_impl/js_sync_encryption_handler_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698