summaryrefslogtreecommitdiffstats
path: root/sync/util/get_session_name.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/util/get_session_name.h')
-rw-r--r--sync/util/get_session_name.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sync/util/get_session_name.h b/sync/util/get_session_name.h
index 3b8dd5a..4a0600d 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);