1
Description: add missing string include
2
Origin: https://chromium.googlesource.com/chromium/src/+/01d891fa0790950549c7bedb34edf869827a372e
3
Author: Jose Dapena Paz <jose.dapena@lge.com>
5
--- a/services/network/public/cpp/cors/cors_legacy.cc
6
+++ b/services/network/public/cpp/cors/cors_legacy.cc
8
#include "services/network/public/cpp/cors/cors_legacy.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
19
#ifndef SERVICES_NETWORK_PUBLIC_CPP_CORS_CORS_LEGACY_H_
20
#define SERVICES_NETWORK_PUBLIC_CPP_CORS_CORS_LEGACY_H_
25
#include "base/component_export.h"