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

Unified Diff: components/sync/core_impl/js_sync_encryption_handler_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_encryption_handler_observer.h
diff --git a/components/sync/core_impl/js_sync_encryption_handler_observer.h b/components/sync/core_impl/js_sync_encryption_handler_observer.h
index 6a0b1577a5384c5adc8613a8aed285649bdbdf93..fc1e831f0a97e37f4ca92e403b0f1c8a8bb71f87 100644
--- a/components/sync/core_impl/js_sync_encryption_handler_observer.h
+++ b/components/sync/core_impl/js_sync_encryption_handler_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_encryption_handler.h"
#include "components/sync/protocol/sync_protocol_error.h"
@@ -24,8 +23,7 @@ class JsEventDetails;
class JsEventHandler;
// Routes SyncEncryptionHandler events to a JsEventHandler.
-class SYNC_EXPORT JsSyncEncryptionHandlerObserver
- : public SyncEncryptionHandler::Observer {
+class JsSyncEncryptionHandlerObserver : public SyncEncryptionHandler::Observer {
public:
JsSyncEncryptionHandlerObserver();
~JsSyncEncryptionHandlerObserver() override;
« no previous file with comments | « components/sync/core_impl/js_mutation_event_observer.h ('k') | components/sync/core_impl/js_sync_manager_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698