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

Unified Diff: components/sync/js/sync_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_event_handler.h ('k') | components/sync/protocol/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/js/sync_js_controller.h
diff --git a/components/sync/js/sync_js_controller.h b/components/sync/js/sync_js_controller.h
index 13b757e70fe9d813a4a32873f434213ea8630dcc..79a8400e83cc0f7a8eac48eb4c5c0e709b5e3e21 100644
--- a/components/sync/js/sync_js_controller.h
+++ b/components/sync/js/sync_js_controller.h
@@ -12,7 +12,6 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/observer_list.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/base/weak_handle.h"
#include "components/sync/js/js_controller.h"
#include "components/sync/js/js_event_handler.h"
@@ -23,10 +22,9 @@ class JsBackend;
// A class that mediates between the sync JsEventHandlers and the sync
// JsBackend.
-class SYNC_EXPORT SyncJsController
- : public JsController,
- public JsEventHandler,
- public base::SupportsWeakPtr<SyncJsController> {
+class SyncJsController : public JsController,
+ public JsEventHandler,
+ public base::SupportsWeakPtr<SyncJsController> {
public:
SyncJsController();
« no previous file with comments | « components/sync/js/js_event_handler.h ('k') | components/sync/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698