| Index: third_party/WebKit/Source/core/frame/Frame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Frame.cpp b/third_party/WebKit/Source/core/frame/Frame.cpp
|
| index aa7ce85b880f4ad16e4293355fa7a168b22f5cb3..88324f2fd5432f60b555a08f2b7c0255430d0e76 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.cpp
|
| @@ -48,6 +48,7 @@
|
| #include "core/page/Page.h"
|
| #include "platform/Histogram.h"
|
| #include "platform/InstanceCounters.h"
|
| +#include "platform/feature_policy/FeaturePolicy.h"
|
|
|
| namespace blink {
|
|
|
|
|