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

Unified Diff: components/sync/js/js_controller.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/js/js_backend.h ('k') | components/sync/js/js_event_details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/js/js_controller.h
diff --git a/components/sync/js/js_controller.h b/components/sync/js/js_controller.h
index 7daa263d9105c2f8ea4bca98d8f63f5dca1bf81a..ad991a5e634225baf479d9d44efcc2541b7b0536 100644
--- a/components/sync/js/js_controller.h
+++ b/components/sync/js/js_controller.h
@@ -9,8 +9,6 @@
#include <string>
-#include "components/sync/base/sync_export.h"
-
namespace syncer {
class JsEventHandler;
@@ -20,7 +18,7 @@ class WeakHandle;
// An interface for objects that JsEventHandlers directly interact
// with. JsEventHandlers can add themselves to receive events and
// also send messages which will eventually reach the backend.
-class SYNC_EXPORT JsController {
+class JsController {
public:
// Adds an event handler which will start receiving JS events (not
// immediately, so this can be called in the handler's constructor).
« no previous file with comments | « components/sync/js/js_backend.h ('k') | components/sync/js/js_event_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698