// Copyright 2021 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_SERVICES_APP_SERVICE_PUBLIC_CPP_BROWSER_APP_INSTANCE_UPDATE_H_ #define COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_BROWSER_APP_INSTANCE_UPDATE_H_ #include "base/component_export.h" #include "base/unguessable_token.h" namespace apps { struct COMPONENT_EXPORT(APP_TYPES) BrowserAppInstanceUpdate { … }; } // namespace apps #endif // COMPONENTS_SERVICES_APP_SERVICE_PUBLIC_CPP_BROWSER_APP_INSTANCE_UPDATE_H_