common_win.h 486 B

12345678910111213141516
  1. // Copyright 2018 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef COMPONENTS_SERVICES_QUARANTINE_COMMON_WIN_H_
  5. #define COMPONENTS_SERVICES_QUARANTINE_COMMON_WIN_H_
  6. #include "base/files/file_path.h"
  7. namespace quarantine {
  8. extern const base::FilePath::CharType kZoneIdentifierStreamSuffix[];
  9. } // namespace quarantine
  10. #endif // COMPONENTS_SERVICES_QUARANTINE_COMMON_WIN_H_