blob: 97a2abc2a92904e8c8b8216e627cc2d7263c132b [file] [log] [blame]
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_CONSTANTS_H_
#define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_CONSTANTS_H_
#include "base/component_export.h"
#include "base/token.h"
namespace service_manager {
extern COMPONENT_EXPORT(SERVICE_MANAGER_CPP) const base::Token
kSystemInstanceGroup;
} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_CONSTANTS_H_