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

Unified Diff: sync/notifier/ack_tracker.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/js/js_backend.h ('k') | sync/notifier/invalidation_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/ack_tracker.h
diff --git a/sync/notifier/ack_tracker.h b/sync/notifier/ack_tracker.h
index 1609ac9715b0076fcc97b061eafe1e646daac3d3..08fcad9a43be5f52e042b95dcd5c76c02317c358 100644
--- a/sync/notifier/ack_tracker.h
+++ b/sync/notifier/ack_tracker.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.
@@ -14,6 +14,7 @@
#include "base/time.h"
#include "base/timer.h"
#include "net/base/backoff_entry.h"
+#include "sync/base/sync_export.h"
#include "sync/notifier/invalidation_util.h"
namespace syncer {
@@ -23,9 +24,9 @@ namespace syncer {
// periodically triggers a callback for each timeout period. The timeout is a
// simple exponentially increasing time that starts at 60 seconds and is capped
// at 600 seconds.
-class AckTracker {
+class SYNC_EXPORT_PRIVATE AckTracker {
public:
- class Delegate {
+ class SYNC_EXPORT_PRIVATE Delegate {
public:
virtual ~Delegate();
« no previous file with comments | « sync/js/js_backend.h ('k') | sync/notifier/invalidation_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698