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

Unified Diff: components/sync/base/cancelation_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
« no previous file with comments | « components/sync/base/attachment_id_proto.h ('k') | components/sync/base/cancelation_signal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/cancelation_observer.h
diff --git a/components/sync/base/cancelation_observer.h b/components/sync/base/cancelation_observer.h
index bf6b39f9458cf7fff45187431c4aeda03c548f23..898c89021841995e70af102cbcace979127d42c3 100644
--- a/components/sync/base/cancelation_observer.h
+++ b/components/sync/base/cancelation_observer.h
@@ -5,12 +5,10 @@
#ifndef COMPONENTS_SYNC_BASE_CANCELATION_OBSERVER_H_
#define COMPONENTS_SYNC_BASE_CANCELATION_OBSERVER_H_
-#include "components/sync/base/sync_export.h"
-
namespace syncer {
// Interface for classes that handle signals from the CancelationSignal.
-class SYNC_EXPORT CancelationObserver {
+class CancelationObserver {
public:
CancelationObserver();
virtual ~CancelationObserver() = 0;
« no previous file with comments | « components/sync/base/attachment_id_proto.h ('k') | components/sync/base/cancelation_signal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698