// 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_APP_H_ #define COMPONENTS_SHARING_MESSAGE_SHARING_APP_H_ #include <string> #include "base/memory/raw_ptr.h" #include "ui/gfx/image/image.h" namespace gfx { struct VectorIcon; } // namespace gfx // Represents an external app shown in sharing dialogs. struct SharingApp { … }; #endif // COMPONENTS_SHARING_MESSAGE_SHARING_APP_H_