aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_drive_drive__api__util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_drive_drive__api__util.cc')
-rw-r--r--www/chromium/files/patch-components_drive_drive__api__util.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chromium/files/patch-components_drive_drive__api__util.cc b/www/chromium/files/patch-components_drive_drive__api__util.cc
new file mode 100644
index 000000000000..4193ff87362e
--- /dev/null
+++ b/www/chromium/files/patch-components_drive_drive__api__util.cc
@@ -0,0 +1,14 @@
+--- components/drive/drive_api_util.cc.orig 2016-05-11 19:02:18 UTC
++++ components/drive/drive_api_util.cc
+@@ -22,7 +22,11 @@
+ #include "google_apis/drive/drive_api_parser.h"
+ #include "net/base/escape.h"
+ #include "net/base/net_errors.h"
++#if defined(OS_BSD)
++#include <re2/re2.h>
++#else
+ #include "third_party/re2/src/re2/re2.h"
++#endif
+ #include "url/gurl.h"
+
+ namespace drive {