// 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 COMPONENTS_SERVICES_QUARANTINE_COMMON_WIN_H_
#define COMPONENTS_SERVICES_QUARANTINE_COMMON_WIN_H_
#include "base/files/file_path.h"
namespace quarantine {
extern const base::FilePath::CharType kZoneIdentifierStreamSuffix[];
} // namespace quarantine
#endif // COMPONENTS_SERVICES_QUARANTINE_COMMON_WIN_H_