blob: b75de7b811aa1c6f43af3a9287df5652a0b21b60 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_DOWNLOAD_QUARANTINE_COMMON_WIN_H_
#define COMPONENTS_DOWNLOAD_QUARANTINE_COMMON_WIN_H_
#include "base/files/file_path.h"
namespace download {
extern const base::FilePath::CharType kZoneIdentifierStreamSuffix[];
} // namespace download
#endif // COMPONENTS_DOWNLOAD_QUARANTINE_COMMON_WIN_H_