Chromium Code Reviews| Index: chrome/common/safe_browsing/zip_analyzer_results.cc |
| diff --git a/chrome/common/safe_browsing/zip_analyzer_results.cc b/chrome/common/safe_browsing/zip_analyzer_results.cc |
| deleted file mode 100644 |
| index ce3f9979a2f61a295bcd6f615e4fa30dfe296eba..0000000000000000000000000000000000000000 |
| --- a/chrome/common/safe_browsing/zip_analyzer_results.cc |
| +++ /dev/null |
| @@ -1,22 +0,0 @@ |
| -// Copyright 2015 The Chromium Authors. All rights reserved. |
|
vakh (use Gerrit instead)
2017/05/23 17:34:30
Diff may be showing me something wrong here but it
Jialiu Lin
2017/05/23 17:42:02
I patched this CL yesterday and this file was corr
|
| -// Use of this source code is governed by a BSD-style license that can be |
| -// found in the LICENSE file. |
| -// |
| -// This file contains the zip file analysis implementation for download |
| -// protection, which runs in a sandboxed utility process. |
| - |
| -#include "chrome/common/safe_browsing/zip_analyzer_results.h" |
| - |
| -namespace safe_browsing { |
| -namespace zip_analyzer { |
| - |
| -Results::Results() : success(false), has_executable(false), has_archive(false) { |
| -} |
| - |
| -Results::Results(const Results& other) = default; |
| - |
| -Results::~Results() { |
| -} |
| - |
| -} // namespace zip_analyzer |
| -} // namespace safe_browsing |