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

Unified Diff: components/sync/js/js_backend.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/engine_impl/worker_entity_tracker.h ('k') | components/sync/js/js_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/js/js_backend.h
diff --git a/components/sync/js/js_backend.h b/components/sync/js/js_backend.h
index 1f6d32e3ffa2ddd0ea5f7f27ec5f9e7a41c2dd6d..9ad239386e84ae99b9d2b156eb12f529df005d8d 100644
--- a/components/sync/js/js_backend.h
+++ b/components/sync/js/js_backend.h
@@ -9,8 +9,6 @@
#include <string>
-#include "components/sync/base/sync_export.h"
-
namespace syncer {
class JsEventHandler;
@@ -20,7 +18,7 @@ class WeakHandle;
// Interface representing the backend of chrome://sync-internals. A
// JsBackend can handle messages and can emit events to a
// JsEventHandler.
-class SYNC_EXPORT JsBackend {
+class JsBackend {
public:
// Starts emitting events to the given handler, if initialized.
virtual void SetJsEventHandler(
« no previous file with comments | « components/sync/engine_impl/worker_entity_tracker.h ('k') | components/sync/js/js_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698