Index: sync/util/get_session_name.h |
diff --git a/sync/util/get_session_name.h b/sync/util/get_session_name.h |
index 3b8dd5aeeed7b0a18cdf53cef1e5a1a863ae2ffc..4a0600d5f8fd9990d6b32ffb72bf7d9c99782775 100644 |
--- a/sync/util/get_session_name.h |
+++ b/sync/util/get_session_name.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,6 +9,7 @@ |
#include "base/callback_forward.h" |
#include "base/memory/ref_counted.h" |
+#include "sync/base/sync_export.h" |
namespace base { |
class TaskRunner; |
@@ -16,7 +17,7 @@ class TaskRunner; |
namespace syncer { |
-void GetSessionName( |
+SYNC_EXPORT void GetSessionName( |
const scoped_refptr<base::TaskRunner>& task_runner, |
const base::Callback<void(const std::string&)>& done_callback); |