blob: 8287e221dbbea1808bcc1d54e6e29a1bf0ddf144 [file] [log] [blame]
// 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.
#ifndef COMPONENTS_SYNC_BASE_GET_SESSION_NAME_H_
#define COMPONENTS_SYNC_BASE_GET_SESSION_NAME_H_
#include <string>
namespace syncer {
std::string GetSessionNameBlocking();
} // namespace syncer
#endif // COMPONENTS_SYNC_BASE_GET_SESSION_NAME_H_