Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / chrome / utility / safe_browsing / mac / dmg_analyzer.h
blob7c7ae1547e852a2df3c0441d9f8fea77114d8156
1 // Copyright 2015 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.
5 #ifndef CHROME_UTILITY_SAFE_BROWSING_MAC_DMG_ANALYZER_H_
6 #define CHROME_UTILITY_SAFE_BROWSING_MAC_DMG_ANALYZER_H_
8 #include "base/files/file.h"
9 #include "chrome/common/safe_browsing/zip_analyzer_results.h"
11 namespace safe_browsing {
12 namespace dmg {
14 // Analyzes a DMG file and reports the results.
15 // TODO(rsesek): Rename zip_analyzer::Results to something more generic.
16 void AnalyzeDMGFile(base::File dmg_file,
17 safe_browsing::zip_analyzer::Results* results);
20 } // namespace dmg
21 } // namespace safe_browsing
23 #endif // CHROME_UTILITY_SAFE_BROWSING_MAC_DMG_ANALYZER_H_