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

Unified Diff: sync/notifier/push_client_channel.h

Issue 11624037: [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (no code changes) Created 7 years, 12 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 | « sync/notifier/p2p_invalidator.h ('k') | sync/notifier/registration_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/push_client_channel.h
diff --git a/sync/notifier/push_client_channel.h b/sync/notifier/push_client_channel.h
index 0933f8b29f0b022920e99d524ef79dc99d5a0bbd..7bf908aa5af1fa843bb9801037b2fcdc1f896923 100644
--- a/sync/notifier/push_client_channel.h
+++ b/sync/notifier/push_client_channel.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -13,6 +13,7 @@
#include "base/memory/scoped_ptr.h"
#include "google/cacheinvalidation/include/system-resources.h"
#include "jingle/notifier/listener/push_client_observer.h"
+#include "sync/base/sync_export.h"
namespace notifier {
class PushClient;
@@ -22,9 +23,9 @@ namespace syncer {
// A PushClientChannel is an implementation of NetworkChannel that
// routes messages through a PushClient.
-class PushClientChannel
- : public invalidation::NetworkChannel,
- public notifier::PushClientObserver {
+class SYNC_EXPORT_PRIVATE PushClientChannel
+ : public NON_EXPORTED_BASE(invalidation::NetworkChannel),
+ public NON_EXPORTED_BASE(notifier::PushClientObserver) {
public:
// |push_client| is guaranteed to be destroyed only when this object
// is destroyed.
« no previous file with comments | « sync/notifier/p2p_invalidator.h ('k') | sync/notifier/registration_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698