| Index: chrome/browser/feedback/feedback_util.h
|
| diff --git a/chrome/browser/feedback/feedback_util.h b/chrome/browser/feedback/feedback_util.h
|
| index 1fc9e64e6793d7270e6808adf598de7d854b42f4..69385a9deef0675998d24f7feb0efc931e9b6b27 100644
|
| --- a/chrome/browser/feedback/feedback_util.h
|
| +++ b/chrome/browser/feedback/feedback_util.h
|
| @@ -38,6 +38,7 @@ namespace feedback_util {
|
| void SendReport(scoped_refptr<FeedbackData> data);
|
| bool ZipString(const base::FilePath& filename,
|
| const std::string& data, std::string* compressed_data);
|
| + bool ZipFile(const base::FilePath& filename, std::string* compressed_data);
|
|
|
| } // namespace feedback_util
|
|
|
|
|