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

Unified Diff: sync/notifier/state_writer.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: Fix tests after rebase Created 8 years 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
Index: sync/notifier/state_writer.h
diff --git a/sync/notifier/state_writer.h b/sync/notifier/state_writer.h
index 84abd171fe7dee43074e88f76f4923842d57cae5..b40bd45a2453aea1bf38600dc0673a0b43406d93 100644
--- a/sync/notifier/state_writer.h
+++ b/sync/notifier/state_writer.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.
//
@@ -9,9 +9,11 @@
#include <string>
+#include "sync/base/sync_export.h"
+
namespace syncer {
-class StateWriter {
+class SYNC_EXPORT_PRIVATE StateWriter {
public:
virtual ~StateWriter() {}

Powered by Google App Engine
This is Rietveld 408576698