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

Unified Diff: components/sync/base/weak_handle.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/unique_position.h ('k') | components/sync/core/activation_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/weak_handle.h
diff --git a/components/sync/base/weak_handle.h b/components/sync/base/weak_handle.h
index 4dda6e921a659a4edfa61e52611081838fd78a78..54fa9d74969d88c548afa67066f4f7a52686223a 100644
--- a/components/sync/base/weak_handle.h
+++ b/components/sync/base/weak_handle.h
@@ -59,7 +59,6 @@
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/single_thread_task_runner.h"
-#include "components/sync/base/sync_export.h"
namespace tracked_objects {
class Location;
@@ -76,7 +75,7 @@ namespace internal {
// Base class for WeakHandleCore<T> to avoid template bloat. Handles
// the interaction with the owner thread and its message loop.
-class SYNC_EXPORT WeakHandleCoreBase {
+class WeakHandleCoreBase {
public:
// Assumes the current thread is the owner thread.
WeakHandleCoreBase();
« no previous file with comments | « components/sync/base/unique_position.h ('k') | components/sync/core/activation_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698