| Index: third_party/WebKit/Source/web/LocalFileSystemClient.cpp
|
| diff --git a/third_party/WebKit/Source/web/LocalFileSystemClient.cpp b/third_party/WebKit/Source/web/LocalFileSystemClient.cpp
|
| index df7ab2f8900dc7d794ff10b5147520ba34accef0..cb92feaa4e97a50330150112aeecd6444648719b 100644
|
| --- a/third_party/WebKit/Source/web/LocalFileSystemClient.cpp
|
| +++ b/third_party/WebKit/Source/web/LocalFileSystemClient.cpp
|
| @@ -33,13 +33,13 @@
|
| #include <memory>
|
| #include "core/dom/Document.h"
|
| #include "core/frame/ContentSettingsClient.h"
|
| +#include "core/frame/LocalFrame.h"
|
| #include "core/workers/WorkerContentSettingsClient.h"
|
| #include "core/workers/WorkerGlobalScope.h"
|
| #include "platform/ContentSettingCallbacks.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "platform/wtf/PtrUtil.h"
|
| #include "platform/wtf/text/WTFString.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
|
|
| namespace blink {
|
|
|
|
|