~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/add-missing-string-include.patch

  • Committer: Olivier Tilloy
  • Date: 2018-07-13 17:38:25 UTC
  • Revision ID: olivier.tilloy@canonical.com-20180713173825-7zy5ygmwijv2wkmz
* Upstream beta channel update: 68.0.3440.59

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: add missing string include
 
2
Origin: https://chromium.googlesource.com/chromium/src/+/01d891fa0790950549c7bedb34edf869827a372e
 
3
Author: Jose Dapena Paz <jose.dapena@lge.com>
 
4
 
 
5
--- a/services/network/public/cpp/cors/cors_legacy.cc
 
6
+++ b/services/network/public/cpp/cors/cors_legacy.cc
 
7
@@ -5,8 +5,6 @@
 
8
 #include "services/network/public/cpp/cors/cors_legacy.h"
 
9
 
 
10
 #include <algorithm>
 
11
-#include <string>
 
12
-#include <vector>
 
13
 
 
14
 #include "url/gurl.h"
 
15
 #include "url/url_util.h"
 
16
--- a/services/network/public/cpp/cors/cors_legacy.h
 
17
+++ b/services/network/public/cpp/cors/cors_legacy.h
 
18
@@ -5,6 +5,7 @@
 
19
 #ifndef SERVICES_NETWORK_PUBLIC_CPP_CORS_CORS_LEGACY_H_
 
20
 #define SERVICES_NETWORK_PUBLIC_CPP_CORS_CORS_LEGACY_H_
 
21
 
 
22
+#include <string>
 
23
 #include <vector>
 
24
 
 
25
 #include "base/component_export.h"