blob: 162edc6c80b29f62c7bfc0ca7f343e595a4233d7 [file] [log] [blame]
// Copyright 2018 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 CHROMEOS_SERVICES_ASSISTANT_UTILS_H_
#define CHROMEOS_SERVICES_ASSISTANT_UTILS_H_
#include <string>
#include "base/macros.h"
namespace base {
class FilePath;
} // namespace base
namespace chromeos {
namespace assistant {
base::FilePath GetRootPath();
std::string CreateLibAssistantConfig();
} // namespace assistant
} // namespace chromeos
#endif // CHROMEOS_SERVICES_ASSISTANT_UTILS_H_