aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__browser__safe_browsing__incident_reporting__incident_handler_util.cc
blob: f38027ec092f100b696b7ee63d4481dc12d60eaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- chrome/browser/safe_browsing/incident_reporting/incident_handler_util.cc.orig	2014-10-10 08:54:11 UTC
+++ chrome/browser/safe_browsing/incident_reporting/incident_handler_util.cc
@@ -8,7 +8,12 @@
 
 #include "base/hash.h"
 #include "base/logging.h"
+//XXX(rene) needs shim headers?
+#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 {