// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SHARING_MESSAGE_SHARING_DIALOG_H_ #define COMPONENTS_SHARING_MESSAGE_SHARING_DIALOG_H_ // The cross-platform UI interface which displays the sharing dialog. // This object is responsible for its own lifetime. class SharingDialog { … }; #endif // COMPONENTS_SHARING_MESSAGE_SHARING_DIALOG_H_