aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__handler__util.cc
blob: 15819a569eaab8ac9a7c46967b9f4443142b435a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- chrome/browser/safe_browsing/incident_reporting/incident_handler_util.cc.orig	2020-11-13 06:36:37 UTC
+++ chrome/browser/safe_browsing/incident_reporting/incident_handler_util.cc
@@ -8,7 +8,11 @@
 
 #include "base/hash/hash.h"
 #include "base/notreached.h"
+#if defined(USE_SYSTEM_PROTOBUF)
+#include <google/protobuf/message_lite.h>
+#else
 #include "third_party/protobuf/src/google/protobuf/message_lite.h"
+#endif
 
 namespace safe_browsing {