blob: 93ea6d2b0aa8d1717dc676f87c88990d6f27b2d4 [file] [log] [blame]
// Copyright 2019 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 ASH_PUBLIC_CPP_ASSISTANT_ASSISTANT_SETTINGS_H_
#define ASH_PUBLIC_CPP_ASSISTANT_ASSISTANT_SETTINGS_H_
#include "ash/ash_export.h"
namespace ash {
// Opens Google Assistant settings.
ASH_EXPORT void OpenAssistantSettings();
} // namespace ash
#endif // ASH_PUBLIC_CPP_ASSISTANT_ASSISTANT_SETTINGS_H_