// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_IMAGE_EDITOR_IMAGE_EDITOR_COMPONENT_INFO_H_ #define CHROME_BROWSER_IMAGE_EDITOR_IMAGE_EDITOR_COMPONENT_INFO_H_ #include "base/files/file_path.h" #include "base/memory/singleton.h" namespace base { template <typename T> struct DefaultSingletonTraits; } namespace image_editor { // Contains information about installed image editor component. class ImageEditorComponentInfo { … }; } // namespace image_editor #endif // CHROME_BROWSER_IMAGE_EDITOR_IMAGE_EDITOR_COMPONENT_INFO_H_