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

Unified Diff: components/sync/sessions_impl/status_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/sessions_impl/nudge_tracker.h ('k') | components/sync/sessions_impl/sync_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/sessions_impl/status_controller.h
diff --git a/components/sync/sessions_impl/status_controller.h b/components/sync/sessions_impl/status_controller.h
index 53bf8e6f143183ccdc2ee4607e18ea37a0043d8f..88de59137cd5aa4f941982ea08790b0d57833e91 100644
--- a/components/sync/sessions_impl/status_controller.h
+++ b/components/sync/sessions_impl/status_controller.h
@@ -24,14 +24,13 @@
#include "base/macros.h"
#include "base/stl_util.h"
#include "base/time/time.h"
-#include "components/sync/base/sync_export.h"
#include "components/sync/engine/model_safe_worker.h"
#include "components/sync/sessions/model_neutral_state.h"
namespace syncer {
namespace sessions {
-class SYNC_EXPORT StatusController {
+class StatusController {
public:
StatusController();
~StatusController();
« no previous file with comments | « components/sync/sessions_impl/nudge_tracker.h ('k') | components/sync/sessions_impl/sync_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698