| Index: third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| index 1a3b3af31b2287474533ddafe74685e1c5a03f54..a56dd3f81dd455a5bf8b86b9630bcfcb95671fff 100644
|
| --- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -64,7 +64,6 @@
|
| #include "modules/indexeddb/InspectorIndexedDBAgent.h"
|
| #include "modules/storage/InspectorDOMStorageAgent.h"
|
| #include "modules/webdatabase/InspectorDatabaseAgent.h"
|
| -#include "platform/CrossThreadFunctional.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/TraceEvent.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| @@ -87,6 +86,7 @@
|
| #include "web/WebLocalFrameImpl.h"
|
| #include "web/WebSettingsImpl.h"
|
| #include "web/WebViewImpl.h"
|
| +#include "wtf/Functional.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PtrUtil.h"
|
|
|