| Index: third_party/WebKit/Source/core/frame/csp/CSPSourceList.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPSourceList.cpp b/third_party/WebKit/Source/core/frame/csp/CSPSourceList.cpp
|
| index d4c577c008ef9e39d009b4e304fec68313e2182d..ccd38779cf7ad5fd1512ec67a6f5c1922ab192c8 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSourceList.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSourceList.cpp
|
| @@ -11,6 +11,7 @@
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/text/Base64.h"
|
| +#include "wtf/text/StringToNumber.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|